#A52CAB

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

Shades of Dark Orchid #A52CAB

Tints of Dark Orchid #A52CAB

Color information

#A52CAB (or 0xA52CAB) is unknown color: approx Dark Orchid. HEX triplet: A5, 2C and AB. RGB value is (165,44,171). Sum of RGB (Red+Green+Blue) = 165+44+171=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #A52CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52CAB is #5AD354. Grayscale: #5E5E5E. Windows color (decimal): -5952341 or 11218085. OLE color: 11218085.

HSL color Cylindrical-coordinate representation of color #A52CAB: hue angle of 297.17º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A52CAB is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16544171-
CMYK0.040.7400.33
HSL297.17º59.07%42.16%-
HSV(B)297.17º74.27%67.06%-
XYZ23.7712.7439.73-
YUV94.66171.09178.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 44 (17.58% from 255) = 11.58%
BLUE value IS 171 (67.19% from 255) = 45%
R=43.42%
G=11.58%
B=45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165441710.040.7400.33297.1759.0742.16
HexA52CAB44A0211293b2a
Octal2455425341120414517352
Binary101001011011001010101110010010100100001100101001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52CAB; }

 p { color: rgb(165,44,171); }

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

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

 a { background-color: rgb(165,44,171); }

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

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

 span { border-color: rgb(165,44,171); }

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