Html Css Color HEX #AD209D Medium Red Violet

📋 copy color: '#AD209D'

red 173 ◦ green 32 ◦ blue 157

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

Shades of Medium Red Violet #AD209D

Tints of Medium Red Violet #AD209D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.37%

R = 47.79%
G = 8.84%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD209D (or 0xAD209D) is known color: Medium Red Violet. HEX triplet: AD, 20 and 9D. RGB value is (173,32,157). Sum of RGB (Red+Green+Blue) = 173+32+157=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD209D is #52DF62. Grayscale: #585858. Windows color (decimal): -5431139 or 10297517. OLE color: 10297517.

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

Color convert

RGB 173 32 157 -
CMYK 0 0.82 0.09 0.32
HSL 306.81º 0.69% 0.4% -
HSV(B) 306.81º 0.82% 0.68% -
XYZ 23.84 12.35 33.03 -
YUV 88.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 173 32 157 0 0.82 0.09 0.32 306.81 0.69 0.4
Hex AD 20 9D 0 52 9 20 133 45 28
Octal 255 40 235 0 122 11 40 463 105 50
Binary 10101101 100000 10011101 0 1010010 1001 100000 100110011 1000101 101000

Color Harmonies of #AD209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD209D

Black with #AD209D

Text Example


Text Example

White with #AD209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD209D; }

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

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

background-color css

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

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

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

border-color css

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

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

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