#AB6196

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

Shades of Violet Blue #AB6196

Tints of Violet Blue #AB6196

Color information

#AB6196 (or 0xAB6196) is unknown color: approx Violet Blue. HEX triplet: AB, 61 and 96. RGB value is (171,97,150). Sum of RGB (Red+Green+Blue) = 171+97+150=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6196 is #549E69. Grayscale: #7D7D7D. Windows color (decimal): -5545578 or 9855403. OLE color: 9855403.

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

Color convert

RGB17197150-
CMYK00.430.120.33
HSL317.03º30.58%52.55%-
HSV(B)317.03º43.27%67.06%-
XYZ26.5719.4131.2-
YUV125.17142.02160.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=40.91%
G=23.21%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719715000.430.120.33317.0330.5852.55
HexAB619602BC2113d1f35
Octal25314122605314414753765
Binary101010111100001100101100101011110010000110011110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6196; }

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

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

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

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

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

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

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

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