#AC4BAE

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

Shades of Violet Blue #AC4BAE

Tints of Violet Blue #AC4BAE

Color information

#AC4BAE (or 0xAC4BAE) is unknown color: approx Violet Blue. HEX triplet: AC, 4B and AE. RGB value is (172,75,174). Sum of RGB (Red+Green+Blue) = 172+75+174=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4BAE is #53B451. Grayscale: #727272. Windows color (decimal): -5485650 or 11422636. OLE color: 11422636.

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

Color convert

RGB17275174-
CMYK0.010.5700.32
HSL298.79º39.76%48.82%-
HSV(B)298.79º56.9%68.24%-
XYZ27.1716.8641.87-
YUV115.29161.14168.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 75 (29.69% from 255) = 17.81%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=40.86%
G=17.81%
B=41.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172751740.010.5700.32298.7939.7648.82
HexAC4BAE13902012b2831
Octal2541132561710404535061
Binary1010110010010111010111011110010100000100101011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4BAE; }

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

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

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

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

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

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

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

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