#AB4EAE

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

Shades of Violet Blue #AB4EAE

Tints of Violet Blue #AB4EAE

Color information

#AB4EAE (or 0xAB4EAE) is unknown color: approx Violet Blue. HEX triplet: AB, 4E and AE. RGB value is (171,78,174). Sum of RGB (Red+Green+Blue) = 171+78+174=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB4EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4EAE is #54B151. Grayscale: #747474. Windows color (decimal): -5550418 or 11423403. OLE color: 11423403.

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

Color convert

RGB17178174-
CMYK0.020.5500.32
HSL298.12º38.1%49.41%-
HSV(B)298.12º55.17%68.24%-
XYZ27.1617.1641.93-
YUV116.75160.31166.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 78 (30.86% from 255) = 18.44%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=40.43%
G=18.44%
B=41.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171781740.020.5500.32298.1238.149.41
HexAB4EAE23702012a2631
Octal2531162562670404524661
Binary10101011100111010101110101101110100000100101010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4EAE; }

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

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

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

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

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

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

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

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