#a11caa

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

Shades of Dark Orchid #A11CAA

Tints of Dark Orchid #A11CAA

Color information

#A11CAA (or 0xA11CAA) is unknown color: approx Dark Orchid. HEX triplet: A1, 1C and AA. RGB value is (161,28,170). Sum of RGB (Red+Green+Blue) = 161+28+170=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #A11CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11CAA is #5EE355. Grayscale: #535353. Windows color (decimal): -6218582 or 11148449. OLE color: 11148449.

HSL color Cylindrical-coordinate representation of color #A11CAA: hue angle of 296.2º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11CAA is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16128170-
CMYK0.050.8400.33
HSL296.2º71.72%38.82%-
HSV(B)296.2º83.53%66.67%-
XYZ22.3711.3139.03-
YUV83.95176.56182.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 28 (11.33% from 255) = 7.80%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=44.85%
G=7.80%
B=47.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161281700.050.8400.33296.271.7238.82
HexA11CAA5540211284827
Octal24134252512404145011047
Binary101000011110010101010101101010001000011001010001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11caa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11caa; }

 p { color: rgb(161,28,170); }

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

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

 a { background-color: rgb(161,28,170); }

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

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

 span { border-color: rgb(161,28,170); }

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