Html Css Color HEX #AD1880 Medium Violet Red

📋 copy color: '#AD1880'

red 173 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #AD1880

Tints of Medium Violet Red #AD1880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.38%

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

R = 53.23%
G = 7.38%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD1880 (or 0xAD1880) is known color: Medium Violet Red. HEX triplet: AD, 18 and 80. RGB value is (173,24,128). Sum of RGB (Red+Green+Blue) = 173+24+128=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1880 is #52E77F. Grayscale: #505050. Windows color (decimal): -5433216 or 8394925. OLE color: 8394925.

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

Color convert

RGB 173 24 128 -
CMYK 0 0.86 0.26 0.32
HSL 318.12º 0.76% 0.39% -
HSV(B) 318.12º 0.86% 0.68% -
XYZ 21.46 11.1 21.43 -
YUV 80.41 154.86 194.04 -
System Red Green Blue C M Y K H S L
Decimal 173 24 128 0 0.86 0.26 0.32 318.12 0.76 0.39
Hex AD 18 80 0 56 1A 20 13E 4C 27
Octal 255 30 200 0 126 32 40 476 114 47
Binary 10101101 11000 10000000 0 1010110 11010 100000 100111110 1001100 100111

Color Harmonies of #AD1880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1880

Black with #AD1880

Text Example


Text Example

White with #AD1880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1880; }

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

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

background-color css

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

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

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

border-color css

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

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

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