Html Css Color HEX #AD1978 Medium Violet Red

📋 copy color: '#AD1978'

red 173 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #AD1978

Tints of Medium Violet Red #AD1978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.86%

 BLUE value IS 120 (47.27% from 255) = 37.74%

R = 54.4%
G = 7.86%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD1978 (or 0xAD1978) is known color: Medium Violet Red. HEX triplet: AD, 19 and 78. RGB value is (173,25,120). Sum of RGB (Red+Green+Blue) = 173+25+120=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1978 is #52E687. Grayscale: #4F4F4F. Windows color (decimal): -5432968 or 7870893. OLE color: 7870893.

HSL color Cylindrical-coordinate representation of color #AD1978: hue angle of 321.49º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1978 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 25 120 -
CMYK 0 0.86 0.31 0.32
HSL 321.49º 0.75% 0.39% -
HSV(B) 321.49º 0.86% 0.68% -
XYZ 20.97 10.94 18.77 -
YUV 80.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 173 25 120 0 0.86 0.31 0.32 321.49 0.75 0.39
Hex AD 19 78 0 56 1F 20 141 4B 27
Octal 255 31 170 0 126 37 40 501 113 47
Binary 10101101 11001 1111000 0 1010110 11111 100000 101000001 1001011 100111

Color Harmonies of #AD1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1978

Black with #AD1978

Text Example


Text Example

White with #AD1978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1978; }

 p { color: rgb(173,25,120); }

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

background-color css

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

 a { background-color: rgb(173,25,120); }

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

border-color css

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

 span { border-color: rgb(173,25,120); }

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