Html Css Color HEX #AB1796 Medium Violet Red

📋 copy color: '#AB1796'

red 171 ◦ green 23 ◦ blue 150

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

Shades of Medium Violet Red #AB1796

Tints of Medium Violet Red #AB1796

RGB

 RED value IS 171 (67.19% from 255) = 49.71%

 GREEN value IS 23 (9.38% from 255) = 6.69%

 BLUE value IS 150 (58.98% from 255) = 43.6%

R = 49.71%
G = 6.69%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB1796 (or 0xAB1796) is known color: Medium Violet Red. HEX triplet: AB, 17 and 96. RGB value is (171,23,150). Sum of RGB (Red+Green+Blue) = 171+23+150=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1796 is #54E869. Grayscale: #515151. Windows color (decimal): -5564522 or 9836459. OLE color: 9836459.

HSL color Cylindrical-coordinate representation of color #AB1796: hue angle of 308.51º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1796 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 23 150 -
CMYK 0 0.87 0.12 0.33
HSL 308.51º 0.76% 0.38% -
HSV(B) 308.51º 0.87% 0.67% -
XYZ 22.61 11.47 29.88 -
YUV 81.73 166.53 191.67 -
System Red Green Blue C M Y K H S L
Decimal 171 23 150 0 0.87 0.12 0.33 308.51 0.76 0.38
Hex AB 17 96 0 57 C 21 135 4C 26
Octal 253 27 226 0 127 14 41 465 114 46
Binary 10101011 10111 10010110 0 1010111 1100 100001 100110101 1001100 100110

Color Harmonies of #AB1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1796

Black with #AB1796

Text Example


Text Example

White with #AB1796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1796; }

 p { color: rgb(171,23,150); }

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

background-color css

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

 a { background-color: rgb(171,23,150); }

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

border-color css

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

 span { border-color: rgb(171,23,150); }

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