#AB1090

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

Shades of Medium Violet Red #AB1090

Tints of Medium Violet Red #AB1090

Color information

#AB1090 (or 0xAB1090) is unknown color: approx Medium Violet Red. HEX triplet: AB, 10 and 90. RGB value is (171,16,144). Sum of RGB (Red+Green+Blue) = 171+16+144=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1090 is #54EF6F. Grayscale: #4C4C4C. Windows color (decimal): -5566320 or 9441451. OLE color: 9441451.

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

Color convert

RGB17116144-
CMYK00.910.160.33
HSL310.45º82.89%36.67%-
HSV(B)310.45º90.64%67.06%-
XYZ22.0111.0427.36-
YUV76.94165.85195.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.66%
GREEN value IS 16 (6.64% from 255) = 4.83%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=51.66%
G=4.83%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711614400.910.160.33310.4582.8936.67
HexAB109005B10211365325
Octal253202200133204146612345
Binary10101011100001001000001011011100001000011001101101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1090; }

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

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

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

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

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

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

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

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