Html Css Color HEX #AD20AA Dark Orchid

📋 copy color: '#AD20AA'

red 173 ◦ green 32 ◦ blue 170

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

Shades of Dark Orchid #AD20AA

Tints of Dark Orchid #AD20AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 46.13%
G = 8.53%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD20AA (or 0xAD20AA) is known color: Dark Orchid. HEX triplet: AD, 20 and AA. RGB value is (173,32,170). Sum of RGB (Red+Green+Blue) = 173+32+170=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD20AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD20AA is #52DF55. Grayscale: #595959. Windows color (decimal): -5431126 or 11149485. OLE color: 11149485.

HSL color Cylindrical-coordinate representation of color #AD20AA: hue angle of 301.28º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD20AA is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 32 170 -
CMYK 0 0.82 0.02 0.32
HSL 301.28º 0.69% 0.4% -
HSV(B) 301.28º 0.82% 0.68% -
XYZ 25.01 12.82 39.19 -
YUV 89.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 173 32 170 0 0.82 0.02 0.32 301.28 0.69 0.4
Hex AD 20 AA 0 52 2 20 12D 45 28
Octal 255 40 252 0 122 2 40 455 105 50
Binary 10101101 100000 10101010 0 1010010 10 100000 100101101 1000101 101000

Color Harmonies of #AD20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20AA

Black with #AD20AA

Text Example


Text Example

White with #AD20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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