#AD23C6

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

Shades of Dark Orchid #AD23C6

Tints of Dark Orchid #AD23C6

Color information

#AD23C6 (or 0xAD23C6) is unknown color: approx Dark Orchid. HEX triplet: AD, 23 and C6. RGB value is (173,35,198). Sum of RGB (Red+Green+Blue) = 173+35+198=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD23C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD23C6 is #52DC39. Grayscale: #5E5E5E. Windows color (decimal): -5430330 or 12985261. OLE color: 12985261.

HSL color Cylindrical-coordinate representation of color #AD23C6: hue angle of 290.8º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD23C6 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17335198-
CMYK0.130.8200.22
HSL290.8º69.96%45.69%-
HSV(B)290.8º82.32%77.65%-
XYZ28.0314.1654.68-
YUV94.84186.22183.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 35 (14.06% from 255) = 8.62%
BLUE value IS 198 (77.73% from 255) = 48.77%
R=42.61%
G=8.62%
B=48.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173351980.130.8200.22290.869.9645.69
HexAD23C6D52016123462e
Octal255433061512202644310656
Binary1010110110001111000110110110100100101101001000111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD23C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD23C6; }

 p { color: rgb(173,35,198); }

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

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

 a { background-color: rgb(173,35,198); }

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

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

 span { border-color: rgb(173,35,198); }

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