Html Css Color HEX #AD20C0 Dark Orchid

📋 copy color: '#AD20C0'

red 173 ◦ green 32 ◦ blue 192

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

Shades of Dark Orchid #AD20C0

Tints of Dark Orchid #AD20C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.36%

R = 43.58%
G = 8.06%
B = 48.36%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD20C0 (or 0xAD20C0) is known color: Dark Orchid. HEX triplet: AD, 20 and C0. RGB value is (173,32,192). Sum of RGB (Red+Green+Blue) = 173+32+192=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD20C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD20C0 is #52DF3F. Grayscale: #5B5B5B. Windows color (decimal): -5431104 or 12591277. OLE color: 12591277.

HSL color Cylindrical-coordinate representation of color #AD20C0: hue angle of 292.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD20C0 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 32 192 -
CMYK 0.10 0.83 0 0.25
HSL 292.88º 0.71% 0.44% -
HSV(B) 292.88º 0.83% 0.75% -
XYZ 27.26 13.72 51.08 -
YUV 92.4 184.21 185.49 -
System Red Green Blue C M Y K H S L
Decimal 173 32 192 0.10 0.83 0 0.25 292.88 0.71 0.44
Hex AD 20 C0 A 53 0 19 125 47 2C
Octal 255 40 300 12 123 0 31 445 107 54
Binary 10101101 100000 11000000 1010 1010011 0 11001 100100101 1000111 101100

Color Harmonies of #AD20C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20C0

Black with #AD20C0

Text Example


Text Example

White with #AD20C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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