#AB3EA6

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

Shades of Violet Blue #AB3EA6

Tints of Violet Blue #AB3EA6

Color information

#AB3EA6 (or 0xAB3EA6) is unknown color: approx Violet Blue. HEX triplet: AB, 3E and A6. RGB value is (171,62,166). Sum of RGB (Red+Green+Blue) = 171+62+166=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3EA6 is #54C159. Grayscale: #6A6A6A. Windows color (decimal): -5554522 or 10895019. OLE color: 10895019.

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

Color convert

RGB17162166-
CMYK00.640.030.33
HSL302.75º46.78%45.69%-
HSV(B)302.75º63.74%67.06%-
XYZ25.414.8637.61-
YUV106.45161.61174.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 62 (24.61% from 255) = 15.54%
BLUE value IS 166 (65.23% from 255) = 41.60%
R=42.86%
G=15.54%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716216600.640.030.33302.7546.7845.69
HexAB3EA604032112f2f2e
Octal2537624601003414575756
Binary10101011111110101001100100000011100001100101111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3EA6; }

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

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

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

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

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

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

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

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