#AD32B7

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

Shades of Dark Orchid #AD32B7

Tints of Dark Orchid #AD32B7

Color information

#AD32B7 (or 0xAD32B7) is unknown color: approx Dark Orchid. HEX triplet: AD, 32 and B7. RGB value is (173,50,183). Sum of RGB (Red+Green+Blue) = 173+50+183=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD32B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32B7 is #52CD48. Grayscale: #656565. Windows color (decimal): -5426505 or 12006061. OLE color: 12006061.

HSL color Cylindrical-coordinate representation of color #AD32B7: hue angle of 295.49º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD32B7 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17350183-
CMYK0.050.7300.28
HSL295.49º57.08%45.69%-
HSV(B)295.49º72.68%71.76%-
XYZ26.9214.5846.2-
YUV101.94173.75178.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 50 (19.92% from 255) = 12.32%
BLUE value IS 183 (71.88% from 255) = 45.07%
R=42.61%
G=12.32%
B=45.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173501830.050.7300.28295.4957.0845.69
HexAD32B754901C127392e
Octal2556226751110344477156
Binary10101101110010101101111011001001011100100100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD32B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD32B7; }

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

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

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

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

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

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

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

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