#AB4190

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

Shades of Medium Red Violet #AB4190

Tints of Medium Red Violet #AB4190

Color information

#AB4190 (or 0xAB4190) is unknown color: approx Medium Red Violet. HEX triplet: AB, 41 and 90. RGB value is (171,65,144). Sum of RGB (Red+Green+Blue) = 171+65+144=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4190 is #54BE6F. Grayscale: #696969. Windows color (decimal): -5553776 or 9453995. OLE color: 9453995.

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

Color convert

RGB17165144-
CMYK00.620.160.33
HSL315.28º44.92%46.27%-
HSV(B)315.28º61.99%67.06%-
XYZ23.7214.4527.92-
YUV105.7149.62174.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 65 (25.78% from 255) = 17.11%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=45%
G=17.11%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716514400.620.160.33315.2844.9246.27
HexAB419003E102113b2d2e
Octal25310122007620414735556
Binary10101011100000110010000011111010000100001100111011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4190; }

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

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

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

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

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

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

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

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