#AD18CD

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

Shades of Dark Orchid #AD18CD

Tints of Dark Orchid #AD18CD

Color information

#AD18CD (or 0xAD18CD) is unknown color: approx Dark Orchid. HEX triplet: AD, 18 and CD. RGB value is (173,24,205). Sum of RGB (Red+Green+Blue) = 173+24+205=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD18CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD18CD is #52E732. Grayscale: #585858. Windows color (decimal): -5433139 or 13441197. OLE color: 13441197.

HSL color Cylindrical-coordinate representation of color #AD18CD: hue angle of 289.39º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD18CD is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17324205-
CMYK0.160.8800.20
HSL289.39º79.04%44.9%-
HSV(B)289.39º88.29%80.39%-
XYZ28.5813.9558.94-
YUV89.18193.36187.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 24 (9.77% from 255) = 5.97%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=43.03%
G=5.97%
B=51.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173242050.160.8800.20289.3979.0444.9
HexAD18CD10580141214f2d
Octal255303152013002444111755
Binary1010110111000110011011000010110000101001001000011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD18CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD18CD; }

 p { color: rgb(173,24,205); }

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

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

 a { background-color: rgb(173,24,205); }

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

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

 span { border-color: rgb(173,24,205); }

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