Html Css Color HEX #AB1B91 Medium Violet Red

📋 copy color: '#AB1B91'

red 171 ◦ green 27 ◦ blue 145

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

Shades of Medium Violet Red #AB1B91

Tints of Medium Violet Red #AB1B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.27%

R = 49.85%
G = 7.87%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB1B91 (or 0xAB1B91) is known color: Medium Violet Red. HEX triplet: AB, 1B and 91. RGB value is (171,27,145). Sum of RGB (Red+Green+Blue) = 171+27+145=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1B91 is #54E46E. Grayscale: #535353. Windows color (decimal): -5563503 or 9509803. OLE color: 9509803.

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

Color convert

RGB 171 27 145 -
CMYK 0 0.84 0.15 0.33
HSL 310.83º 0.73% 0.39% -
HSV(B) 310.83º 0.84% 0.67% -
XYZ 22.3 11.49 27.83 -
YUV 83.51 162.71 190.41 -
System Red Green Blue C M Y K H S L
Decimal 171 27 145 0 0.84 0.15 0.33 310.83 0.73 0.39
Hex AB 1B 91 0 54 F 21 137 49 27
Octal 253 33 221 0 124 17 41 467 111 47
Binary 10101011 11011 10010001 0 1010100 1111 100001 100110111 1001001 100111

Color Harmonies of #AB1B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1B91

Black with #AB1B91

Text Example


Text Example

White with #AB1B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1B91; }

 p { color: rgb(171,27,145); }

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

background-color css

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

 a { background-color: rgb(171,27,145); }

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

border-color css

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

 span { border-color: rgb(171,27,145); }

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