Html Css Color HEX #AD1478 Medium Violet Red

📋 copy color: '#AD1478'

red 173 ◦ green 20 ◦ blue 120

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

Shades of Medium Violet Red #AD1478

Tints of Medium Violet Red #AD1478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.39%

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

R = 55.27%
G = 6.39%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD1478 (or 0xAD1478) is known color: Medium Violet Red. HEX triplet: AD, 14 and 78. RGB value is (173,20,120). Sum of RGB (Red+Green+Blue) = 173+20+120=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1478 is #52EB87. Grayscale: #4C4C4C. Windows color (decimal): -5434248 or 7869613. OLE color: 7869613.

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

Color convert

RGB 173 20 120 -
CMYK 0 0.88 0.31 0.32
HSL 320.78º 0.79% 0.38% -
HSV(B) 320.78º 0.88% 0.68% -
XYZ 20.87 10.74 18.74 -
YUV 77.15 152.19 196.37 -
System Red Green Blue C M Y K H S L
Decimal 173 20 120 0 0.88 0.31 0.32 320.78 0.79 0.38
Hex AD 14 78 0 58 1F 20 141 4F 26
Octal 255 24 170 0 130 37 40 501 117 46
Binary 10101101 10100 1111000 0 1011000 11111 100000 101000001 1001111 100110

Color Harmonies of #AD1478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1478

Black with #AD1478

Text Example


Text Example

White with #AD1478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1478; }

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

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

background-color css

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

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

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

border-color css

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

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

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