#A52BD2

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

Shades of Dark Orchid #A52BD2

Tints of Dark Orchid #A52BD2

Color information

#A52BD2 (or 0xA52BD2) is unknown color: approx Dark Orchid. HEX triplet: A5, 2B and D2. RGB value is (165,43,210). Sum of RGB (Red+Green+Blue) = 165+43+210=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #A52BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52BD2 is #5AD42D. Grayscale: #616161. Windows color (decimal): -5952558 or 13773733. OLE color: 13773733.

HSL color Cylindrical-coordinate representation of color #A52BD2: hue angle of 283.83º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52BD2 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16543210-
CMYK0.210.8000.18
HSL283.83º66.01%49.61%-
HSV(B)283.83º79.52%82.35%-
XYZ28.0114.3862.27-
YUV98.52190.92175.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 43 (17.19% from 255) = 10.29%
BLUE value IS 210 (82.42% from 255) = 50.24%
R=39.47%
G=10.29%
B=50.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165432100.210.8000.18283.8366.0149.61
HexA52BD2155001211c4232
Octal245533222512002243410262
Binary10100101101011110100101010110100000100101000111001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52BD2; }

 p { color: rgb(165,43,210); }

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

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

 a { background-color: rgb(165,43,210); }

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

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

 span { border-color: rgb(165,43,210); }

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