#a91eaf

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

Shades of Dark Orchid #A91EAF

Tints of Dark Orchid #A91EAF

Color information

#A91EAF (or 0xA91EAF) is unknown color: approx Dark Orchid. HEX triplet: A9, 1E and AF. RGB value is (169,30,175). Sum of RGB (Red+Green+Blue) = 169+30+175=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #A91EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91EAF is #56E150. Grayscale: #575757. Windows color (decimal): -5693777 or 11476649. OLE color: 11476649.

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

Color convert

RGB16930175-
CMYK0.030.8300.31
HSL297.52º70.73%40.2%-
HSV(B)297.52º82.86%68.63%-
XYZ24.5612.4641.67-
YUV88.09177.05185.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 30 (12.11% from 255) = 8.02%
BLUE value IS 175 (68.75% from 255) = 46.79%
R=45.19%
G=8.02%
B=46.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169301750.030.8300.31297.5270.7340.2
HexA91EAF35301F12a4728
Octal25136257312303745210750
Binary1010100111110101011111110100110111111001010101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a91eaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a91eaf; }

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

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

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

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

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

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

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

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