#AB2092

Color #AB2092 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AB2092

Tints of Medium Red Violet #AB2092

Color information

#AB2092 (or 0xAB2092) is unknown color: approx Medium Red Violet. HEX triplet: AB, 20 and 92. RGB value is (171,32,146). Sum of RGB (Red+Green+Blue) = 171+32+146=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2092 is #54DF6D. Grayscale: #565656. Windows color (decimal): -5562222 or 9576619. OLE color: 9576619.

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

Color convert

RGB17132146-
CMYK00.810.150.33
HSL310.79º68.47%39.8%-
HSV(B)310.79º81.29%67.06%-
XYZ22.511.7728.28-
YUV86.56161.55188.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 32 (12.89% from 255) = 9.17%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=49.00%
G=9.17%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713214600.810.150.33310.7968.4739.8
HexAB2092051F211374428
Octal253402220121174146710450
Binary10101011100000100100100101000111111000011001101111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2092; }

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

 H1.HeaderClassName
 {
   color: #AB2092;
 }
 .AnyTagClassName
 {
   color: #AB2092;
 }
</style>
background-color css

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

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

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

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

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

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