Html Css Color HEX #AD209A Medium Red Violet

📋 copy color: '#AD209A'

red 173 ◦ green 32 ◦ blue 154

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

Shades of Medium Red Violet #AD209A

Tints of Medium Red Violet #AD209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.9%

R = 48.19%
G = 8.91%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD209A (or 0xAD209A) is known color: Medium Red Violet. HEX triplet: AD, 20 and 9A. RGB value is (173,32,154). Sum of RGB (Red+Green+Blue) = 173+32+154=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD209A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD209A is #52DF65. Grayscale: #575757. Windows color (decimal): -5431142 or 10100909. OLE color: 10100909.

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

Color convert

RGB 173 32 154 -
CMYK 0 0.82 0.11 0.32
HSL 308.09º 0.69% 0.4% -
HSV(B) 308.09º 0.82% 0.68% -
XYZ 23.58 12.25 31.69 -
YUV 88.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 173 32 154 0 0.82 0.11 0.32 308.09 0.69 0.4
Hex AD 20 9A 0 52 B 20 134 45 28
Octal 255 40 232 0 122 13 40 464 105 50
Binary 10101101 100000 10011010 0 1010010 1011 100000 100110100 1000101 101000

Color Harmonies of #AD209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD209A

Black with #AD209A

Text Example


Text Example

White with #AD209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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