#AE4FAA

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

Shades of Violet Blue #AE4FAA

Tints of Violet Blue #AE4FAA

Color information

#AE4FAA (or 0xAE4FAA) is unknown color: approx Violet Blue. HEX triplet: AE, 4F and AA. RGB value is (174,79,170). Sum of RGB (Red+Green+Blue) = 174+79+170=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4FAA is #51B055. Grayscale: #757575. Windows color (decimal): -5353558 or 11161518. OLE color: 11161518.

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

Color convert

RGB17479170-
CMYK00.550.020.32
HSL302.53º37.55%49.61%-
HSV(B)302.53º54.6%68.24%-
XYZ27.5117.4939.96-
YUV117.78157.47168.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 79 (31.25% from 255) = 18.68%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=41.13%
G=18.68%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747917000.550.020.32302.5337.5549.61
HexAE4FAA03722012f2632
Octal2561172520672404574662
Binary10101110100111110101010011011110100000100101111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4FAA; }

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

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

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

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

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

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

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

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