#A91EAE

Color #A91EAE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A91EAE

Tints of Dark Orchid #A91EAE

Color information

#A91EAE (or 0xA91EAE) is unknown color: approx Dark Orchid. HEX triplet: A9, 1E and AE. RGB value is (169,30,174). Sum of RGB (Red+Green+Blue) = 169+30+174=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #A91EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91EAE is #56E151. Grayscale: #575757. Windows color (decimal): -5693778 or 11411113. OLE color: 11411113.

HSL color Cylindrical-coordinate representation of color #A91EAE: hue angle of 297.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91EAE is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16930174-
CMYK0.030.8300.32
HSL297.92º70.59%40%-
HSV(B)297.92º82.76%68.24%-
XYZ24.4712.4241.15-
YUV87.98176.55185.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=45.31%
G=8.04%
B=46.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169301740.030.8300.32297.9270.5940
HexA91EAE35302012a4728
Octal25136256312304045210750
Binary10101001111101010111011101001101000001001010101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91EAE; }

 p { color: rgb(169,30,174); }

 H1.HeaderClassName
 {
   color: #A91EAE;
 }
 .AnyTagClassName
 {
   color: #A91EAE;
 }
</style>
background-color css

<style>
 a { background-color: #A91EAE; }

 a { background-color: rgb(169,30,174); }

 div.DivClassName
 {
   background-color: #A91EAE;
 }
 .BgClassName
 {
   background-color: #A91EAE;
 }
</style>
border-color css

<style>
 span { border-color: #A91EAE; }

 span { border-color: rgb(169,30,174); }

 td.TdClassName
 {
   border-color: #A91EAE;
 }
 .TagClassName
 {
   border-color: #A91EAE;
 }
</style>