#A52CB6

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

Shades of Dark Orchid #A52CB6

Tints of Dark Orchid #A52CB6

Color information

#A52CB6 (or 0xA52CB6) is unknown color: approx Dark Orchid. HEX triplet: A5, 2C and B6. RGB value is (165,44,182). Sum of RGB (Red+Green+Blue) = 165+44+182=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #A52CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52CB6 is #5AD349. Grayscale: #5F5F5F. Windows color (decimal): -5952330 or 11938981. OLE color: 11938981.

HSL color Cylindrical-coordinate representation of color #A52CB6: hue angle of 292.61º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52CB6 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16544182-
CMYK0.090.7600.29
HSL292.61º61.06%44.31%-
HSV(B)292.61º75.82%71.37%-
XYZ24.8613.1845.49-
YUV95.91176.59177.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 44 (17.58% from 255) = 11.25%
BLUE value IS 182 (71.48% from 255) = 46.55%
R=42.20%
G=11.25%
B=46.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165441820.090.7600.29292.6161.0644.31
HexA52CB694C01D1253d2c
Octal24554266111140354457554
Binary101001011011001011011010011001100011101100100101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52CB6; }

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

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

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

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

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

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

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

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