Html Css Color HEX #AD1278 Medium Violet Red

📋 copy color: '#AD1278'

red 173 ◦ green 18 ◦ blue 120

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

Shades of Medium Violet Red #AD1278

Tints of Medium Violet Red #AD1278

RGB

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

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

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

R = 55.63%
G = 5.79%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD1278 (or 0xAD1278) is known color: Medium Violet Red. HEX triplet: AD, 12 and 78. RGB value is (173,18,120). Sum of RGB (Red+Green+Blue) = 173+18+120=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1278 is #52ED87. Grayscale: #4B4B4B. Windows color (decimal): -5434760 or 7869101. OLE color: 7869101.

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

Color convert

RGB 173 18 120 -
CMYK 0 0.90 0.31 0.32
HSL 320.52º 0.81% 0.37% -
HSV(B) 320.52º 0.9% 0.68% -
XYZ 20.84 10.67 18.73 -
YUV 75.97 152.85 197.21 -
System Red Green Blue C M Y K H S L
Decimal 173 18 120 0 0.90 0.31 0.32 320.52 0.81 0.37
Hex AD 12 78 0 5A 1F 20 141 51 25
Octal 255 22 170 0 132 37 40 501 121 45
Binary 10101101 10010 1111000 0 1011010 11111 100000 101000001 1010001 100101

Color Harmonies of #AD1278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1278

Black with #AD1278

Text Example


Text Example

White with #AD1278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1278; }

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

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

background-color css

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

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

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

border-color css

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

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

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