#AB1290

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

Shades of Medium Violet Red #AB1290

Tints of Medium Violet Red #AB1290

Color information

#AB1290 (or 0xAB1290) is unknown color: approx Medium Violet Red. HEX triplet: AB, 12 and 90. RGB value is (171,18,144). Sum of RGB (Red+Green+Blue) = 171+18+144=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1290 is #54ED6F. Grayscale: #4D4D4D. Windows color (decimal): -5565808 or 9441963. OLE color: 9441963.

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

Color convert

RGB17118144-
CMYK00.890.160.33
HSL310.59º80.95%37.06%-
HSV(B)310.59º89.47%67.06%-
XYZ22.0411.127.37-
YUV78.11165.19194.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 18 (7.42% from 255) = 5.41%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=51.35%
G=5.41%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711814400.890.160.33310.5980.9537.06
HexAB129005910211375125
Octal253222200131204146712145
Binary10101011100101001000001011001100001000011001101111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1290; }

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

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

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

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

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

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

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

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