Html Css Color HEX #AD20DC Dark Orchid

📋 copy color: '#AD20DC'

red 173 ◦ green 32 ◦ blue 220

#AD20DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AD20DC

Tints of Dark Orchid #AD20DC

RGB

 RED value IS 173 (67.97% from 255) = 40.71%

 GREEN value IS 32 (12.89% from 255) = 7.53%

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 40.71%
G = 7.53%
B = 51.76%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD20DC (or 0xAD20DC) is known color: Dark Orchid. HEX triplet: AD, 20 and DC. RGB value is (173,32,220). Sum of RGB (Red+Green+Blue) = 173+32+220=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD20DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD20DC is #52DF23. Grayscale: #5E5E5E. Windows color (decimal): -5431076 or 14426285. OLE color: 14426285.

HSL color Cylindrical-coordinate representation of color #AD20DC: hue angle of 285º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD20DC is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 32 220 -
CMYK 0.21 0.85 0 0.14
HSL 285º 0.75% 0.49% -
HSV(B) 285º 0.85% 0.86% -
XYZ 30.67 15.08 69.01 -
YUV 95.59 198.21 183.21 -
System Red Green Blue C M Y K H S L
Decimal 173 32 220 0.21 0.85 0 0.14 285 0.75 0.49
Hex AD 20 DC 15 55 0 E 11D 4B 31
Octal 255 40 334 25 125 0 16 435 113 61
Binary 10101101 100000 11011100 10101 1010101 0 1110 100011101 1001011 110001

Color Harmonies of #AD20DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20DC

Black with #AD20DC

Text Example


Text Example

White with #AD20DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20DC; }

 p { color: rgb(173,32,220); }

 H1.HeaderClassName
 {
   color: #AD20DC;
 }
 .AnyTagClassName
 {
   color: #AD20DC;
 }
</style>

background-color css

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

 a { background-color: rgb(173,32,220); }

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

border-color css

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

 span { border-color: rgb(173,32,220); }

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