#AB6497

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

Shades of Violet Blue #AB6497

Tints of Violet Blue #AB6497

Color information

#AB6497 (or 0xAB6497) is unknown color: approx Violet Blue. HEX triplet: AB, 64 and 97. RGB value is (171,100,151). Sum of RGB (Red+Green+Blue) = 171+100+151=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6497 is #549B68. Grayscale: #7E7E7E. Windows color (decimal): -5544809 or 9921707. OLE color: 9921707.

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

Color convert

RGB171100151-
CMYK00.420.120.33
HSL316.9º29.71%53.14%-
HSV(B)316.9º41.52%67.06%-
XYZ26.9420.0131.72-
YUV127.04141.52159.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 151 (59.38% from 255) = 35.78%
R=40.52%
G=23.70%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110015100.420.120.33316.929.7153.14
HexAB649702AC2113d1e35
Octal25314422705214414753665
Binary101010111100100100101110101010110010000110011110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6497; }

 p { color: rgb(171,100,151); }

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

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

 a { background-color: rgb(171,100,151); }

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

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

 span { border-color: rgb(171,100,151); }

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