#A52AC8

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

Shades of Dark Orchid #A52AC8

Tints of Dark Orchid #A52AC8

Color information

#A52AC8 (or 0xA52AC8) is unknown color: approx Dark Orchid. HEX triplet: A5, 2A and C8. RGB value is (165,42,200). Sum of RGB (Red+Green+Blue) = 165+42+200=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #A52AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52AC8 is #5AD537. Grayscale: #606060. Windows color (decimal): -5952824 or 13118117. OLE color: 13118117.

HSL color Cylindrical-coordinate representation of color #A52AC8: hue angle of 286.71º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52AC8 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16542200-
CMYK0.180.7900.22
HSL286.71º65.29%47.45%-
HSV(B)286.71º79%78.43%-
XYZ26.7713.8355.9-
YUV96.79186.25176.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 42 (16.80% from 255) = 10.32%
BLUE value IS 200 (78.52% from 255) = 49.14%
R=40.54%
G=10.32%
B=49.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165422000.180.7900.22286.7165.2947.45
HexA52AC8124F01611f412f
Octal245523102211702643710157
Binary10100101101010110010001001010011110101101000111111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52AC8; }

 p { color: rgb(165,42,200); }

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

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

 a { background-color: rgb(165,42,200); }

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

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

 span { border-color: rgb(165,42,200); }

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