#A52DD6

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

Shades of Dark Orchid #A52DD6

Tints of Dark Orchid #A52DD6

Color information

#A52DD6 (or 0xA52DD6) is unknown color: approx Dark Orchid. HEX triplet: A5, 2D and D6. RGB value is (165,45,214). Sum of RGB (Red+Green+Blue) = 165+45+214=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #A52DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DD6 is #5AD229. Grayscale: #636363. Windows color (decimal): -5952042 or 14036389. OLE color: 14036389.

HSL color Cylindrical-coordinate representation of color #A52DD6: hue angle of 282.6º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52DD6 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16545214-
CMYK0.230.7900.16
HSL282.6º67.33%50.78%-
HSV(B)282.6º78.97%83.92%-
XYZ28.5914.7364.95-
YUV100.15192.26174.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 45 (17.97% from 255) = 10.61%
BLUE value IS 214 (83.98% from 255) = 50.47%
R=38.92%
G=10.61%
B=50.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal165452140.230.7900.16282.667.3350.78
HexA52DD6174F01011b4333
Octal245553262711702043310363
Binary10100101101101110101101011110011110100001000110111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52DD6; }

 p { color: rgb(165,45,214); }

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

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

 a { background-color: rgb(165,45,214); }

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

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

 span { border-color: rgb(165,45,214); }

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