#AE6EA4

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

Shades of Violet Blue #AE6EA4

Tints of Violet Blue #AE6EA4

Color information

#AE6EA4 (or 0xAE6EA4) is unknown color: approx Violet Blue. HEX triplet: AE, 6E and A4. RGB value is (174,110,164). Sum of RGB (Red+Green+Blue) = 174+110+164=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6EA4 is #51915B. Grayscale: #878787. Windows color (decimal): -5345628 or 10776238. OLE color: 10776238.

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

Color convert

RGB174110164-
CMYK00.370.060.32
HSL309.38º28.32%55.69%-
HSV(B)309.38º36.78%68.24%-
XYZ29.7322.8337.96-
YUV135.29144.2155.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 110 (43.36% from 255) = 24.55%
BLUE value IS 164 (64.45% from 255) = 36.61%
R=38.84%
G=24.55%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411016400.370.060.32309.3828.3255.69
HexAE6EA40256201351c38
Octal2561562440456404653470
Binary10101110110111010100100010010111010000010011010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6EA4; }

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

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

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

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

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

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

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

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