Html Css Color HEX #AD20CE Dark Orchid

📋 copy color: '#AD20CE'

red 173 ◦ green 32 ◦ blue 206

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

Shades of Dark Orchid #AD20CE

Tints of Dark Orchid #AD20CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 42.09%
G = 7.79%
B = 50.12%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD20CE (or 0xAD20CE) is known color: Dark Orchid. HEX triplet: AD, 20 and CE. RGB value is (173,32,206). Sum of RGB (Red+Green+Blue) = 173+32+206=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD20CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD20CE is #52DF31. Grayscale: #5D5D5D. Windows color (decimal): -5431090 or 13508781. OLE color: 13508781.

HSL color Cylindrical-coordinate representation of color #AD20CE: hue angle of 288.62º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD20CE is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 32 206 -
CMYK 0.16 0.84 0 0.19
HSL 288.62º 0.73% 0.47% -
HSV(B) 288.62º 0.84% 0.81% -
XYZ 28.89 14.37 59.64 -
YUV 94 191.21 184.35 -
System Red Green Blue C M Y K H S L
Decimal 173 32 206 0.16 0.84 0 0.19 288.62 0.73 0.47
Hex AD 20 CE 10 54 0 13 121 49 2F
Octal 255 40 316 20 124 0 23 441 111 57
Binary 10101101 100000 11001110 10000 1010100 0 10011 100100001 1001001 101111

Color Harmonies of #AD20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20CE

Black with #AD20CE

Text Example


Text Example

White with #AD20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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