#AD32E3

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

Shades of Dark Orchid #AD32E3

Tints of Dark Orchid #AD32E3

Color information

#AD32E3 (or 0xAD32E3) is unknown color: approx Dark Orchid. HEX triplet: AD, 32 and E3. RGB value is (173,50,227). Sum of RGB (Red+Green+Blue) = 173+50+227=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 227 (89.06% from 255 or 50.44% from 450); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD32E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32E3 is #52CD1C. Grayscale: #6A6A6A. Windows color (decimal): -5426461 or 14889645. OLE color: 14889645.

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

Color convert

RGB17350227-
CMYK0.240.7800.11
HSL281.69º75.97%54.31%-
HSV(B)281.69º77.97%89.02%-
XYZ32.2416.7174.2-
YUV106.96195.75175.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 50 (19.92% from 255) = 11.11%
BLUE value IS 227 (89.06% from 255) = 50.44%
R=38.44%
G=11.11%
B=50.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal173502270.240.7800.11281.6975.9754.31
HexAD32E3184E0B11a4c36
Octal255623433011601343211466
Binary1010110111001011100011110001001110010111000110101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD32E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD32E3; }

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

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

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

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

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

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

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

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