#AE3BA4

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

Shades of Violet Blue #AE3BA4

Tints of Violet Blue #AE3BA4

Color information

#AE3BA4 (or 0xAE3BA4) is unknown color: approx Violet Blue. HEX triplet: AE, 3B and A4. RGB value is (174,59,164). Sum of RGB (Red+Green+Blue) = 174+59+164=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3BA4 is #51C45B. Grayscale: #696969. Windows color (decimal): -5358684 or 10763182. OLE color: 10763182.

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

Color convert

RGB17459164-
CMYK00.660.060.32
HSL305.22º49.36%45.69%-
HSV(B)305.22º66.09%68.24%-
XYZ25.7214.8136.62-
YUV105.35161.1176.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 59 (23.44% from 255) = 14.86%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=43.83%
G=14.86%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745916400.660.060.32305.2249.3645.69
HexAE3BA4042620131312e
Octal2567324401026404616156
Binary101011101110111010010001000010110100000100110001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3BA4; }

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

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

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

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

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

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

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

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