Html Css Color HEX #AD1280 Medium Violet Red

📋 copy color: '#AD1280'

red 173 ◦ green 18 ◦ blue 128

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

Shades of Medium Violet Red #AD1280

Tints of Medium Violet Red #AD1280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.13%

R = 54.23%
G = 5.64%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD1280 (or 0xAD1280) is known color: Medium Violet Red. HEX triplet: AD, 12 and 80. RGB value is (173,18,128). Sum of RGB (Red+Green+Blue) = 173+18+128=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1280 is #52ED7F. Grayscale: #4C4C4C. Windows color (decimal): -5434752 or 8393389. OLE color: 8393389.

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

Color convert

RGB 173 18 128 -
CMYK 0 0.90 0.26 0.32
HSL 317.42º 0.81% 0.37% -
HSV(B) 317.42º 0.9% 0.68% -
XYZ 21.35 10.88 21.4 -
YUV 76.89 156.85 196.56 -
System Red Green Blue C M Y K H S L
Decimal 173 18 128 0 0.90 0.26 0.32 317.42 0.81 0.37
Hex AD 12 80 0 5A 1A 20 13D 51 25
Octal 255 22 200 0 132 32 40 475 121 45
Binary 10101101 10010 10000000 0 1011010 11010 100000 100111101 1010001 100101

Color Harmonies of #AD1280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1280

Black with #AD1280

Text Example


Text Example

White with #AD1280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1280; }

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

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

background-color css

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

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

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

border-color css

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

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

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