#AB3AA6

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

Shades of Violet Blue #AB3AA6

Tints of Violet Blue #AB3AA6

Color information

#AB3AA6 (or 0xAB3AA6) is unknown color: approx Violet Blue. HEX triplet: AB, 3A and A6. RGB value is (171,58,166). Sum of RGB (Red+Green+Blue) = 171+58+166=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3AA6 is #54C559. Grayscale: #676767. Windows color (decimal): -5555546 or 10893995. OLE color: 10893995.

HSL color Cylindrical-coordinate representation of color #AB3AA6: hue angle of 302.65º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3AA6 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB17158166-
CMYK00.660.030.33
HSL302.65º49.34%44.9%-
HSV(B)302.65º66.08%67.06%-
XYZ25.1914.4437.54-
YUV104.1162.94175.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 58 (23.05% from 255) = 14.68%
BLUE value IS 166 (65.23% from 255) = 42.03%
R=43.29%
G=14.68%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715816600.660.030.33302.6549.3444.9
HexAB3AA604232112f312d
Octal2537224601023414576155
Binary10101011111010101001100100001011100001100101111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3AA6; }

 p { color: rgb(171,58,166); }

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

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

 a { background-color: rgb(171,58,166); }

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

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

 span { border-color: rgb(171,58,166); }

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