#AE4B9A

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

Shades of Violet Blue #AE4B9A

Tints of Violet Blue #AE4B9A

Color information

#AE4B9A (or 0xAE4B9A) is unknown color: approx Violet Blue. HEX triplet: AE, 4B and 9A. RGB value is (174,75,154). Sum of RGB (Red+Green+Blue) = 174+75+154=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4B9A is #51B465. Grayscale: #717171. Windows color (decimal): -5354598 or 10111918. OLE color: 10111918.

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

Color convert

RGB17475154-
CMYK00.570.110.32
HSL312.12º39.76%48.82%-
HSV(B)312.12º56.9%68.24%-
XYZ25.816.3632.37-
YUV113.61150.8171.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 75 (29.69% from 255) = 18.61%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=43.18%
G=18.61%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747515400.570.110.32312.1239.7648.82
HexAE4B9A039B201382831
Octal25611323207113404705061
Binary1010111010010111001101001110011011100000100111000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4B9A; }

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

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

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

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

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

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

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

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