#AD32BA

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

Shades of Dark Orchid #AD32BA

Tints of Dark Orchid #AD32BA

Color information

#AD32BA (or 0xAD32BA) is unknown color: approx Dark Orchid. HEX triplet: AD, 32 and BA. RGB value is (173,50,186). Sum of RGB (Red+Green+Blue) = 173+50+186=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD32BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32BA is #52CD45. Grayscale: #656565. Windows color (decimal): -5426502 or 12202669. OLE color: 12202669.

HSL color Cylindrical-coordinate representation of color #AD32BA: hue angle of 294.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD32BA is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17350186-
CMYK0.070.7300.27
HSL294.26º57.63%46.27%-
HSV(B)294.26º73.12%72.94%-
XYZ27.2414.7147.86-
YUV102.28175.25178.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 50 (19.92% from 255) = 12.22%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=42.30%
G=12.22%
B=45.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173501860.070.7300.27294.2657.6346.27
HexAD32BA74901B1263a2e
Octal2556227271110334467256
Binary10101101110010101110101111001001011011100100110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD32BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD32BA; }

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

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

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

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

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

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

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

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