#A91DCC

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

Shades of Dark Orchid #A91DCC

Tints of Dark Orchid #A91DCC

Color information

#A91DCC (or 0xA91DCC) is unknown color: approx Dark Orchid. HEX triplet: A9, 1D and CC. RGB value is (169,29,204). Sum of RGB (Red+Green+Blue) = 169+29+204=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #A91DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DCC is #56E233. Grayscale: #5A5A5A. Windows color (decimal): -5694004 or 13376937. OLE color: 13376937.

HSL color Cylindrical-coordinate representation of color #A91DCC: hue angle of 288º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91DCC is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16929204-
CMYK0.170.8600.2
HSL288º75.11%45.69%-
HSV(B)288º85.78%80%-
XYZ27.713.6758.31-
YUV90.81191.88183.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 29 (11.72% from 255) = 7.21%
BLUE value IS 204 (80.08% from 255) = 50.75%
R=42.04%
G=7.21%
B=50.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal169292040.170.8600.228875.1145.69
HexA91DCC11560141204b2e
Octal251353142112602444011356
Binary1010100111101110011001000110101100101001001000001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91DCC; }

 p { color: rgb(169,29,204); }

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

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

 a { background-color: rgb(169,29,204); }

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

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

 span { border-color: rgb(169,29,204); }

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