#AB6496

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

Shades of Violet Blue #AB6496

Tints of Violet Blue #AB6496

Color information

#AB6496 (or 0xAB6496) is unknown color: approx Violet Blue. HEX triplet: AB, 64 and 96. RGB value is (171,100,150). Sum of RGB (Red+Green+Blue) = 171+100+150=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6496 is #549B69. Grayscale: #7E7E7E. Windows color (decimal): -5544810 or 9856171. OLE color: 9856171.

HSL color Cylindrical-coordinate representation of color #AB6496: hue angle of 317.75º 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 #AB6496 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB171100150-
CMYK00.420.120.33
HSL317.75º29.71%53.14%-
HSV(B)317.75º41.52%67.06%-
XYZ26.8619.9731.29-
YUV126.93141.02159.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.62%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=40.62%
G=23.75%
B=35.63%

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
Decimal17110015000.420.120.33317.7529.7153.14
HexAB649602AC2113e1e35
Octal25314422605214414763665
Binary101010111100100100101100101010110010000110011111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6496; }

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

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

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

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

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

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

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

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