#AE46A4

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

Shades of Violet Blue #AE46A4

Tints of Violet Blue #AE46A4

Color information

#AE46A4 (or 0xAE46A4) is unknown color: approx Violet Blue. HEX triplet: AE, 46 and A4. RGB value is (174,70,164). Sum of RGB (Red+Green+Blue) = 174+70+164=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE46A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE46A4 is #51B95B. Grayscale: #6F6F6F. Windows color (decimal): -5355868 or 10765998. OLE color: 10765998.

HSL color Cylindrical-coordinate representation of color #AE46A4: hue angle of 305.77º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE46A4 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB17470164-
CMYK00.600.060.32
HSL305.77º42.62%47.84%-
HSV(B)305.77º59.77%68.24%-
XYZ26.3516.0636.83-
YUV111.81157.46172.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 70 (27.73% from 255) = 17.16%
BLUE value IS 164 (64.45% from 255) = 40.20%
R=42.65%
G=17.16%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747016400.600.060.32305.7742.6247.84
HexAE46A403C6201322b30
Octal2561062440746404625360
Binary101011101000110101001000111100110100000100110010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE46A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE46A4; }

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

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

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

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

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

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

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

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