#AB4090

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

Shades of Medium Red Violet #AB4090

Tints of Medium Red Violet #AB4090

Color information

#AB4090 (or 0xAB4090) is unknown color: approx Medium Red Violet. HEX triplet: AB, 40 and 90. RGB value is (171,64,144). Sum of RGB (Red+Green+Blue) = 171+64+144=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4090 is #54BF6F. Grayscale: #686868. Windows color (decimal): -5554032 or 9453739. OLE color: 9453739.

HSL color Cylindrical-coordinate representation of color #AB4090: hue angle of 315.14º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4090 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB17164144-
CMYK00.630.160.33
HSL315.14º45.53%46.08%-
HSV(B)315.14º62.57%67.06%-
XYZ23.6614.3427.91-
YUV105.11149.95175-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 64 (25.39% from 255) = 16.89%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=45.12%
G=16.89%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716414400.630.160.33315.1445.5346.08
HexAB409003F102113b2e2e
Octal25310022007720414735656
Binary10101011100000010010000011111110000100001100111011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4090; }

 p { color: rgb(171,64,144); }

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

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

 a { background-color: rgb(171,64,144); }

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

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

 span { border-color: rgb(171,64,144); }

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