#AB5694

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

Shades of Violet Blue #AB5694

Tints of Violet Blue #AB5694

Color information

#AB5694 (or 0xAB5694) is unknown color: approx Violet Blue. HEX triplet: AB, 56 and 94. RGB value is (171,86,148). Sum of RGB (Red+Green+Blue) = 171+86+148=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5694 is #54A96B. Grayscale: #767676. Windows color (decimal): -5548396 or 9721515. OLE color: 9721515.

HSL color Cylindrical-coordinate representation of color #AB5694: hue angle of 316.24º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5694 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB17186148-
CMYK00.500.130.33
HSL316.24º33.6%50.39%-
HSV(B)316.24º49.71%67.06%-
XYZ25.4717.4530.04-
YUV118.48144.66165.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 86 (33.98% from 255) = 21.23%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=42.22%
G=21.23%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718614800.500.130.33316.2433.650.39
HexAB5694032D2113c2232
Octal25312622406215414744262
Binary1010101110101101001010001100101101100001100111100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5694; }

 p { color: rgb(171,86,148); }

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

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

 a { background-color: rgb(171,86,148); }

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

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

 span { border-color: rgb(171,86,148); }

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