Html Css Color HEX #AD20A1 Medium Red Violet

📋 copy color: '#AD20A1'

red 173 ◦ green 32 ◦ blue 161

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

Shades of Medium Red Violet #AD20A1

Tints of Medium Red Violet #AD20A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.99%

R = 47.27%
G = 8.74%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD20A1 (or 0xAD20A1) is known color: Medium Red Violet. HEX triplet: AD, 20 and A1. RGB value is (173,32,161). Sum of RGB (Red+Green+Blue) = 173+32+161=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD20A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD20A1 is #52DF5E. Grayscale: #585858. Windows color (decimal): -5431135 or 10559661. OLE color: 10559661.

HSL color Cylindrical-coordinate representation of color #AD20A1: hue angle of 305.11º 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 #AD20A1 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 32 161 -
CMYK 0 0.82 0.07 0.32
HSL 305.11º 0.69% 0.4% -
HSV(B) 305.11º 0.82% 0.68% -
XYZ 24.18 12.49 34.85 -
YUV 88.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 173 32 161 0 0.82 0.07 0.32 305.11 0.69 0.4
Hex AD 20 A1 0 52 7 20 131 45 28
Octal 255 40 241 0 122 7 40 461 105 50
Binary 10101101 100000 10100001 0 1010010 111 100000 100110001 1000101 101000

Color Harmonies of #AD20A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20A1

Black with #AD20A1

Text Example


Text Example

White with #AD20A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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