Html Css Color HEX #AB1195 Medium Violet Red

📋 copy color: '#AB1195'

red 171 ◦ green 17 ◦ blue 149

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

Shades of Medium Violet Red #AB1195

Tints of Medium Violet Red #AB1195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.04%

 BLUE value IS 149 (58.59% from 255) = 44.21%

R = 50.74%
G = 5.04%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB1195 (or 0xAB1195) is known color: Medium Violet Red. HEX triplet: AB, 11 and 95. RGB value is (171,17,149). Sum of RGB (Red+Green+Blue) = 171+17+149=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1195 is #54EE6A. Grayscale: #4D4D4D. Windows color (decimal): -5566059 or 9769387. OLE color: 9769387.

HSL color Cylindrical-coordinate representation of color #AB1195: hue angle of 308.57º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1195 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 149 -
CMYK 0 0.90 0.13 0.33
HSL 308.57º 0.82% 0.37% -
HSV(B) 308.57º 0.9% 0.67% -
XYZ 22.42 11.23 29.42 -
YUV 78.09 168.02 194.27 -
System Red Green Blue C M Y K H S L
Decimal 171 17 149 0 0.90 0.13 0.33 308.57 0.82 0.37
Hex AB 11 95 0 5A D 21 135 52 25
Octal 253 21 225 0 132 15 41 465 122 45
Binary 10101011 10001 10010101 0 1011010 1101 100001 100110101 1010010 100101

Color Harmonies of #AB1195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1195

Black with #AB1195

Text Example


Text Example

White with #AB1195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1195; }

 p { color: rgb(171,17,149); }

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

background-color css

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

 a { background-color: rgb(171,17,149); }

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

border-color css

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

 span { border-color: rgb(171,17,149); }

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