#AE4CAA

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

Shades of Violet Blue #AE4CAA

Tints of Violet Blue #AE4CAA

Color information

#AE4CAA (or 0xAE4CAA) is unknown color: approx Violet Blue. HEX triplet: AE, 4C and AA. RGB value is (174,76,170). Sum of RGB (Red+Green+Blue) = 174+76+170=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4CAA is #51B355. Grayscale: #737373. Windows color (decimal): -5354326 or 11160750. OLE color: 11160750.

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

Color convert

RGB17476170-
CMYK00.560.020.32
HSL302.45º39.2%49.02%-
HSV(B)302.45º56.32%68.24%-
XYZ27.317.0739.89-
YUV116.02158.47169.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 76 (30.08% from 255) = 18.10%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=41.43%
G=18.10%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747617000.560.020.32302.4539.249.02
HexAE4CAA03822012e2731
Octal2561142520702404564761
Binary10101110100110010101010011100010100000100101110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4CAA; }

 p { color: rgb(174,76,170); }

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

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

 a { background-color: rgb(174,76,170); }

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

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

 span { border-color: rgb(174,76,170); }

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