#AD32BE

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

Shades of Dark Orchid #AD32BE

Tints of Dark Orchid #AD32BE

Color information

#AD32BE (or 0xAD32BE) is unknown color: approx Dark Orchid. HEX triplet: AD, 32 and BE. RGB value is (173,50,190). Sum of RGB (Red+Green+Blue) = 173+50+190=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32BE is #52CD41. Grayscale: #666666. Windows color (decimal): -5426498 or 12464813. OLE color: 12464813.

HSL color Cylindrical-coordinate representation of color #AD32BE: hue angle of 292.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD32BE is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17350190-
CMYK0.090.7400.25
HSL292.71º58.33%47.06%-
HSV(B)292.71º73.68%74.51%-
XYZ27.6714.8850.13-
YUV102.74177.25178.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 50 (19.92% from 255) = 12.11%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=41.89%
G=12.11%
B=46.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173501900.090.7400.25292.7158.3347.06
HexAD32BE94A0191253a2f
Octal25562276111120314457257
Binary101011011100101011111010011001010011001100100101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD32BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD32BE; }

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

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

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

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

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

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

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

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