Html Css Color HEX #AB1492 Medium Violet Red

📋 copy color: '#AB1492'

red 171 ◦ green 20 ◦ blue 146

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

Shades of Medium Violet Red #AB1492

Tints of Medium Violet Red #AB1492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.93%

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

R = 50.74%
G = 5.93%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB1492 (or 0xAB1492) is known color: Medium Violet Red. HEX triplet: AB, 14 and 92. RGB value is (171,20,146). Sum of RGB (Red+Green+Blue) = 171+20+146=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1492 is #54EB6D. Grayscale: #4F4F4F. Windows color (decimal): -5565294 or 9573547. OLE color: 9573547.

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

Color convert

RGB 171 20 146 -
CMYK 0 0.88 0.15 0.33
HSL 309.93º 0.79% 0.37% -
HSV(B) 309.93º 0.88% 0.67% -
XYZ 22.23 11.23 28.19 -
YUV 79.51 165.53 193.25 -
System Red Green Blue C M Y K H S L
Decimal 171 20 146 0 0.88 0.15 0.33 309.93 0.79 0.37
Hex AB 14 92 0 58 F 21 136 4F 25
Octal 253 24 222 0 130 17 41 466 117 45
Binary 10101011 10100 10010010 0 1011000 1111 100001 100110110 1001111 100101

Color Harmonies of #AB1492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1492

Black with #AB1492

Text Example


Text Example

White with #AB1492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1492; }

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

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

background-color css

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

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

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

border-color css

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

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

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