Html Css Color HEX #AB1992 Medium Violet Red

📋 copy color: '#AB1992'

red 171 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #AB1992

Tints of Medium Violet Red #AB1992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.31%

 BLUE value IS 146 (57.42% from 255) = 42.69%

R = 50%
G = 7.31%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB1992 (or 0xAB1992) is known color: Medium Violet Red. HEX triplet: AB, 19 and 92. RGB value is (171,25,146). Sum of RGB (Red+Green+Blue) = 171+25+146=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1992 is #54E66D. Grayscale: #525252. Windows color (decimal): -5564014 or 9574827. OLE color: 9574827.

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

Color convert

RGB 171 25 146 -
CMYK 0 0.85 0.15 0.33
HSL 310.27º 0.74% 0.38% -
HSV(B) 310.27º 0.85% 0.67% -
XYZ 22.33 11.43 28.22 -
YUV 82.45 163.87 191.16 -
System Red Green Blue C M Y K H S L
Decimal 171 25 146 0 0.85 0.15 0.33 310.27 0.74 0.38
Hex AB 19 92 0 55 F 21 136 4A 26
Octal 253 31 222 0 125 17 41 466 112 46
Binary 10101011 11001 10010010 0 1010101 1111 100001 100110110 1001010 100110

Color Harmonies of #AB1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1992

Black with #AB1992

Text Example


Text Example

White with #AB1992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1992; }

 p { color: rgb(171,25,146); }

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

background-color css

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

 a { background-color: rgb(171,25,146); }

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

border-color css

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

 span { border-color: rgb(171,25,146); }

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