Html Css Color HEX #AD1B80 Medium Violet Red

📋 copy color: '#AD1B80'

red 173 ◦ green 27 ◦ blue 128

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

Shades of Medium Violet Red #AD1B80

Tints of Medium Violet Red #AD1B80

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.23%

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

R = 52.74%
G = 8.23%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD1B80 (or 0xAD1B80) is known color: Medium Violet Red. HEX triplet: AD, 1B and 80. RGB value is (173,27,128). Sum of RGB (Red+Green+Blue) = 173+27+128=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1B80 is #52E47F. Grayscale: #515151. Windows color (decimal): -5432448 or 8395693. OLE color: 8395693.

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

Color convert

RGB 173 27 128 -
CMYK 0 0.84 0.26 0.32
HSL 318.49º 0.73% 0.39% -
HSV(B) 318.49º 0.84% 0.68% -
XYZ 21.52 11.23 21.45 -
YUV 82.17 153.87 192.79 -
System Red Green Blue C M Y K H S L
Decimal 173 27 128 0 0.84 0.26 0.32 318.49 0.73 0.39
Hex AD 1B 80 0 54 1A 20 13E 49 27
Octal 255 33 200 0 124 32 40 476 111 47
Binary 10101101 11011 10000000 0 1010100 11010 100000 100111110 1001001 100111

Color Harmonies of #AD1B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B80

Black with #AD1B80

Text Example


Text Example

White with #AD1B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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