#AC4EAE

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

Shades of Violet Blue #AC4EAE

Tints of Violet Blue #AC4EAE

Color information

#AC4EAE (or 0xAC4EAE) is unknown color: approx Violet Blue. HEX triplet: AC, 4E and AE. RGB value is (172,78,174). Sum of RGB (Red+Green+Blue) = 172+78+174=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC4EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4EAE is #53B151. Grayscale: #747474. Windows color (decimal): -5484882 or 11423404. OLE color: 11423404.

HSL color Cylindrical-coordinate representation of color #AC4EAE: hue angle of 298.75º 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 #AC4EAE is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17278174-
CMYK0.010.5500.32
HSL298.75º38.1%49.41%-
HSV(B)298.75º55.17%68.24%-
XYZ27.3817.2841.94-
YUV117.05160.14167.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 78 (30.86% from 255) = 18.40%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=40.57%
G=18.40%
B=41.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172781740.010.5500.32298.7538.149.41
HexAC4EAE13702012b2631
Octal2541162561670404534661
Binary1010110010011101010111011101110100000100101011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4EAE; }

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

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

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

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

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

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

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

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