Html Css Color HEX #AD208F Medium Red Violet

📋 copy color: '#AD208F'

red 173 ◦ green 32 ◦ blue 143

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

Shades of Medium Red Violet #AD208F

Tints of Medium Red Violet #AD208F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.09%

R = 49.71%
G = 9.2%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD208F (or 0xAD208F) is known color: Medium Red Violet. HEX triplet: AD, 20 and 8F. RGB value is (173,32,143). Sum of RGB (Red+Green+Blue) = 173+32+143=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD208F is #52DF70. Grayscale: #565656. Windows color (decimal): -5431153 or 9380013. OLE color: 9380013.

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

Color convert

RGB 173 32 143 -
CMYK 0 0.82 0.17 0.32
HSL 312.77º 0.69% 0.4% -
HSV(B) 312.77º 0.82% 0.68% -
XYZ 22.71 11.9 27.09 -
YUV 86.81 159.71 189.47 -
System Red Green Blue C M Y K H S L
Decimal 173 32 143 0 0.82 0.17 0.32 312.77 0.69 0.4
Hex AD 20 8F 0 52 11 20 139 45 28
Octal 255 40 217 0 122 21 40 471 105 50
Binary 10101101 100000 10001111 0 1010010 10001 100000 100111001 1000101 101000

Color Harmonies of #AD208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD208F

Black with #AD208F

Text Example


Text Example

White with #AD208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD208F; }

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

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

background-color css

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

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

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

border-color css

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

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

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