Html Css Color HEX #AD1279 Medium Violet Red

📋 copy color: '#AD1279'

red 173 ◦ green 18 ◦ blue 121

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

Shades of Medium Violet Red #AD1279

Tints of Medium Violet Red #AD1279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

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

R = 55.45%
G = 5.77%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD1279 (or 0xAD1279) is known color: Medium Violet Red. HEX triplet: AD, 12 and 79. RGB value is (173,18,121). Sum of RGB (Red+Green+Blue) = 173+18+121=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1279 is #52ED86. Grayscale: #4B4B4B. Windows color (decimal): -5434759 or 7934637. OLE color: 7934637.

HSL color Cylindrical-coordinate representation of color #AD1279: hue angle of 320.13º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1279 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 121 -
CMYK 0 0.90 0.30 0.32
HSL 320.13º 0.81% 0.37% -
HSV(B) 320.13º 0.9% 0.68% -
XYZ 20.9 10.7 19.05 -
YUV 76.09 153.35 197.12 -
System Red Green Blue C M Y K H S L
Decimal 173 18 121 0 0.90 0.30 0.32 320.13 0.81 0.37
Hex AD 12 79 0 5A 1E 20 140 51 25
Octal 255 22 171 0 132 36 40 500 121 45
Binary 10101101 10010 1111001 0 1011010 11110 100000 101000000 1010001 100101

Color Harmonies of #AD1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1279

Black with #AD1279

Text Example


Text Example

White with #AD1279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1279; }

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

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

background-color css

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

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

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

border-color css

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

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

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