#AB6096

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

Shades of Violet Blue #AB6096

Tints of Violet Blue #AB6096

Color information

#AB6096 (or 0xAB6096) is unknown color: approx Violet Blue. HEX triplet: AB, 60 and 96. RGB value is (171,96,150). Sum of RGB (Red+Green+Blue) = 171+96+150=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6096 is #549F69. Grayscale: #7C7C7C. Windows color (decimal): -5545834 or 9855147. OLE color: 9855147.

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

Color convert

RGB17196150-
CMYK00.440.120.33
HSL316.8º30.86%52.35%-
HSV(B)316.8º43.86%67.06%-
XYZ26.4819.2331.17-
YUV124.58142.35161.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=41.01%
G=23.02%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719615000.440.120.33316.830.8652.35
HexAB609602CC2113d1f34
Octal25314022605414414753764
Binary101010111100000100101100101100110010000110011110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6096; }

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

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

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

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

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

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

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

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