Html Css Color HEX #AD2479 Medium Red Violet

📋 copy color: '#AD2479'

red 173 ◦ green 36 ◦ blue 121

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

Shades of Medium Red Violet #AD2479

Tints of Medium Red Violet #AD2479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.91%

 BLUE value IS 121 (47.66% from 255) = 36.67%

R = 52.42%
G = 10.91%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD2479 (or 0xAD2479) is known color: Medium Red Violet. HEX triplet: AD, 24 and 79. RGB value is (173,36,121). Sum of RGB (Red+Green+Blue) = 173+36+121=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2479 is #52DB86. Grayscale: #565656. Windows color (decimal): -5430151 or 7939245. OLE color: 7939245.

HSL color Cylindrical-coordinate representation of color #AD2479: hue angle of 322.77º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2479 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 121 -
CMYK 0 0.79 0.30 0.32
HSL 322.77º 0.66% 0.41% -
HSV(B) 322.77º 0.79% 0.68% -
XYZ 21.32 11.53 19.19 -
YUV 86.65 147.39 189.59 -
System Red Green Blue C M Y K H S L
Decimal 173 36 121 0 0.79 0.30 0.32 322.77 0.66 0.41
Hex AD 24 79 0 4F 1E 20 143 42 29
Octal 255 44 171 0 117 36 40 503 102 51
Binary 10101101 100100 1111001 0 1001111 11110 100000 101000011 1000010 101001

Color Harmonies of #AD2479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2479

Black with #AD2479

Text Example


Text Example

White with #AD2479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2479; }

 p { color: rgb(173,36,121); }

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

background-color css

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

 a { background-color: rgb(173,36,121); }

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

border-color css

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

 span { border-color: rgb(173,36,121); }

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