Html Css Color HEX #AD208C Medium Red Violet

📋 copy color: '#AD208C'

red 173 ◦ green 32 ◦ blue 140

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

Shades of Medium Red Violet #AD208C

Tints of Medium Red Violet #AD208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.58%

R = 50.14%
G = 9.28%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD208C (or 0xAD208C) is known color: Medium Red Violet. HEX triplet: AD, 20 and 8C. RGB value is (173,32,140). Sum of RGB (Red+Green+Blue) = 173+32+140=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD208C is #52DF73. Grayscale: #565656. Windows color (decimal): -5431156 or 9183405. OLE color: 9183405.

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

Color convert

RGB 173 32 140 -
CMYK 0 0.82 0.19 0.32
HSL 314.04º 0.69% 0.4% -
HSV(B) 314.04º 0.82% 0.68% -
XYZ 22.48 11.81 25.91 -
YUV 86.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 173 32 140 0 0.82 0.19 0.32 314.04 0.69 0.4
Hex AD 20 8C 0 52 13 20 13A 45 28
Octal 255 40 214 0 122 23 40 472 105 50
Binary 10101101 100000 10001100 0 1010010 10011 100000 100111010 1000101 101000

Color Harmonies of #AD208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD208C

Black with #AD208C

Text Example


Text Example

White with #AD208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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