#AD32C2

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

Shades of Dark Orchid #AD32C2

Tints of Dark Orchid #AD32C2

Color information

#AD32C2 (or 0xAD32C2) is unknown color: approx Dark Orchid. HEX triplet: AD, 32 and C2. RGB value is (173,50,194). Sum of RGB (Red+Green+Blue) = 173+50+194=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD32C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32C2 is #52CD3D. Grayscale: #666666. Windows color (decimal): -5426494 or 12726957. OLE color: 12726957.

HSL color Cylindrical-coordinate representation of color #AD32C2: hue angle of 291.25º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD32C2 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17350194-
CMYK0.110.7400.24
HSL291.25º59.02%47.84%-
HSV(B)291.25º74.23%76.08%-
XYZ28.1115.0652.46-
YUV103.19179.25177.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 50 (19.92% from 255) = 11.99%
BLUE value IS 194 (76.17% from 255) = 46.52%
R=41.49%
G=11.99%
B=46.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173501940.110.7400.24291.2559.0247.84
HexAD32C2B4A0181233b30
Octal25562302131120304437360
Binary101011011100101100001010111001010011000100100011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD32C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD32C2; }

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

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

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

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

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

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

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

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