#AD32B9

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

Shades of Dark Orchid #AD32B9

Tints of Dark Orchid #AD32B9

Color information

#AD32B9 (or 0xAD32B9) is unknown color: approx Dark Orchid. HEX triplet: AD, 32 and B9. RGB value is (173,50,185). Sum of RGB (Red+Green+Blue) = 173+50+185=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD32B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32B9 is #52CD46. Grayscale: #656565. Windows color (decimal): -5426503 or 12137133. OLE color: 12137133.

HSL color Cylindrical-coordinate representation of color #AD32B9: hue angle of 294.67º degrees, saturation: 0.57, 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 #AD32B9 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17350185-
CMYK0.060.7300.27
HSL294.67º57.45%46.08%-
HSV(B)294.67º72.97%72.55%-
XYZ27.1314.6747.3-
YUV102.17174.75178.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.40%
GREEN value IS 50 (19.92% from 255) = 12.25%
BLUE value IS 185 (72.66% from 255) = 45.34%
R=42.40%
G=12.25%
B=45.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173501850.060.7300.27294.6757.4546.08
HexAD32B964901B127392e
Octal2556227161110334477156
Binary10101101110010101110011101001001011011100100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD32B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD32B9; }

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

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

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

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

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

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

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

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