#AE3FA8

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

Shades of Violet Blue #AE3FA8

Tints of Violet Blue #AE3FA8

Color information

#AE3FA8 (or 0xAE3FA8) is unknown color: approx Violet Blue. HEX triplet: AE, 3F and A8. RGB value is (174,63,168). Sum of RGB (Red+Green+Blue) = 174+63+168=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3FA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3FA8 is #51C057. Grayscale: #6B6B6B. Windows color (decimal): -5357656 or 11026350. OLE color: 11026350.

HSL color Cylindrical-coordinate representation of color #AE3FA8: hue angle of 303.24º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE3FA8 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB17463168-
CMYK00.640.030.32
HSL303.24º46.84%46.47%-
HSV(B)303.24º63.79%68.24%-
XYZ26.315.3838.63-
YUV108.16161.77174.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 63 (25% from 255) = 15.56%
BLUE value IS 168 (66.02% from 255) = 41.48%
R=42.96%
G=15.56%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746316800.640.030.32303.2446.8446.47
HexAE3FA804032012f2f2e
Octal2567725001003404575756
Binary10101110111111101010000100000011100000100101111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3FA8; }

 p { color: rgb(174,63,168); }

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

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

 a { background-color: rgb(174,63,168); }

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

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

 span { border-color: rgb(174,63,168); }

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