#AB4EAC

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

Shades of Violet Blue #AB4EAC

Tints of Violet Blue #AB4EAC

Color information

#AB4EAC (or 0xAB4EAC) is unknown color: approx Violet Blue. HEX triplet: AB, 4E and AC. RGB value is (171,78,172). Sum of RGB (Red+Green+Blue) = 171+78+172=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB4EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4EAC is #54B153. Grayscale: #747474. Windows color (decimal): -5550420 or 11292331. OLE color: 11292331.

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

Color convert

RGB17178172-
CMYK0.010.5500.33
HSL299.36º37.6%49.02%-
HSV(B)299.36º54.65%67.45%-
XYZ26.9717.0940.91-
YUV116.52159.31166.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.62%
GREEN value IS 78 (30.86% from 255) = 18.53%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=40.62%
G=18.53%
B=40.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171781720.010.5500.33299.3637.649.02
HexAB4EAC13702112b2631
Octal2531162541670414534661
Binary1010101110011101010110011101110100001100101011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4EAC; }

 p { color: rgb(171,78,172); }

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

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

 a { background-color: rgb(171,78,172); }

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

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

 span { border-color: rgb(171,78,172); }

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