#AB51A7

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

Shades of Violet Blue #AB51A7

Tints of Violet Blue #AB51A7

Color information

#AB51A7 (or 0xAB51A7) is unknown color: approx Violet Blue. HEX triplet: AB, 51 and A7. RGB value is (171,81,167). Sum of RGB (Red+Green+Blue) = 171+81+167=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB51A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB51A7 is #54AE58. Grayscale: #757575. Windows color (decimal): -5549657 or 10965419. OLE color: 10965419.

HSL color Cylindrical-coordinate representation of color #AB51A7: hue angle of 302.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB51A7 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17181167-
CMYK00.530.020.33
HSL302.67º35.71%49.41%-
HSV(B)302.67º52.63%67.06%-
XYZ26.7117.3338.5-
YUV117.71155.82166.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 81 (32.03% from 255) = 19.33%
BLUE value IS 167 (65.62% from 255) = 39.86%
R=40.81%
G=19.33%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718116700.530.020.33302.6735.7149.41
HexAB51A703522112f2431
Octal2531212470652414574461
Binary10101011101000110100111011010110100001100101111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB51A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB51A7; }

 p { color: rgb(171,81,167); }

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

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

 a { background-color: rgb(171,81,167); }

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

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

 span { border-color: rgb(171,81,167); }

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