#AE4BAC

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

Shades of Violet Blue #AE4BAC

Tints of Violet Blue #AE4BAC

Color information

#AE4BAC (or 0xAE4BAC) is unknown color: approx Violet Blue. HEX triplet: AE, 4B and AC. RGB value is (174,75,172). Sum of RGB (Red+Green+Blue) = 174+75+172=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4BAC is #51B453. Grayscale: #737373. Windows color (decimal): -5354580 or 11291566. OLE color: 11291566.

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

Color convert

RGB17475172-
CMYK00.570.010.32
HSL301.21º39.76%48.82%-
HSV(B)301.21º56.9%68.24%-
XYZ27.4217.0140.87-
YUV115.66159.8169.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747517200.570.010.32301.2139.7648.82
HexAE4BAC03912012d2831
Octal2561132540711404555061
Binary1010111010010111010110001110011100000100101101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BAC; }

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

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

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

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

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

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

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

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