#AD32CA

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

Shades of Dark Orchid #AD32CA

Tints of Dark Orchid #AD32CA

Color information

#AD32CA (or 0xAD32CA) is unknown color: approx Dark Orchid. HEX triplet: AD, 32 and CA. RGB value is (173,50,202). Sum of RGB (Red+Green+Blue) = 173+50+202=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD32CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32CA is #52CD35. Grayscale: #676767. Windows color (decimal): -5426486 or 13251245. OLE color: 13251245.

HSL color Cylindrical-coordinate representation of color #AD32CA: hue angle of 288.55º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD32CA is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17350202-
CMYK0.140.7500.21
HSL288.55º60.32%49.41%-
HSV(B)288.55º75.25%79.22%-
XYZ29.0315.4357.33-
YUV104.1183.25177.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 50 (19.92% from 255) = 11.76%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=40.71%
G=11.76%
B=47.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173502020.140.7500.21288.5560.3249.41
HexAD32CAE4B0151213c31
Octal25562312161130254417461
Binary101011011100101100101011101001011010101100100001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD32CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD32CA; }

 p { color: rgb(173,50,202); }

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

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

 a { background-color: rgb(173,50,202); }

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

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

 span { border-color: rgb(173,50,202); }

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