#AE4EA4

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

Shades of Violet Blue #AE4EA4

Tints of Violet Blue #AE4EA4

Color information

#AE4EA4 (or 0xAE4EA4) is unknown color: approx Violet Blue. HEX triplet: AE, 4E and A4. RGB value is (174,78,164). Sum of RGB (Red+Green+Blue) = 174+78+164=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4EA4 is #51B15B. Grayscale: #747474. Windows color (decimal): -5353820 or 10768046. OLE color: 10768046.

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

Color convert

RGB17478164-
CMYK00.550.060.32
HSL306.25º38.1%49.41%-
HSV(B)306.25º55.17%68.24%-
XYZ26.8817.1337.01-
YUV116.51154.8169.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 78 (30.86% from 255) = 18.75%
BLUE value IS 164 (64.45% from 255) = 39.42%
R=41.83%
G=18.75%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747816400.550.060.32306.2538.149.41
HexAE4EA40376201322631
Octal2561162440676404624661
Binary101011101001110101001000110111110100000100110010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4EA4; }

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

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

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

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

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

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

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

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