#AE3CA4

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

Shades of Violet Blue #AE3CA4

Tints of Violet Blue #AE3CA4

Color information

#AE3CA4 (or 0xAE3CA4) is unknown color: approx Violet Blue. HEX triplet: AE, 3C and A4. RGB value is (174,60,164). Sum of RGB (Red+Green+Blue) = 174+60+164=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3CA4 is #51C35B. Grayscale: #696969. Windows color (decimal): -5358428 or 10763438. OLE color: 10763438.

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

Color convert

RGB17460164-
CMYK00.660.060.32
HSL305.26º48.72%45.88%-
HSV(B)305.26º65.52%68.24%-
XYZ25.7714.9136.64-
YUV105.94160.77176.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 60 (23.83% from 255) = 15.08%
BLUE value IS 164 (64.45% from 255) = 41.21%
R=43.72%
G=15.08%
B=41.21%

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
Decimal1746016400.660.060.32305.2648.7245.88
HexAE3CA4042620131312e
Octal2567424401026404616156
Binary101011101111001010010001000010110100000100110001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3CA4; }

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

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

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

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

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

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

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

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