#AE6DA1

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

Shades of Violet Blue #AE6DA1

Tints of Violet Blue #AE6DA1

Color information

#AE6DA1 (or 0xAE6DA1) is unknown color: approx Violet Blue. HEX triplet: AE, 6D and A1. RGB value is (174,109,161). Sum of RGB (Red+Green+Blue) = 174+109+161=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6DA1 is #51925E. Grayscale: #868686. Windows color (decimal): -5345887 or 10579374. OLE color: 10579374.

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

Color convert

RGB174109161-
CMYK00.370.070.32
HSL312º28.63%55.49%-
HSV(B)312º37.36%68.24%-
XYZ29.3622.5136.52-
YUV134.36143.03156.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 161 (63.28% from 255) = 36.26%
R=39.19%
G=24.55%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410916100.370.070.3231228.6355.49
HexAE6DA10257201381d37
Octal2561552410457404703567
Binary10101110110110110100001010010111110000010011100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6DA1; }

 p { color: rgb(174,109,161); }

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

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

 a { background-color: rgb(174,109,161); }

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

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

 span { border-color: rgb(174,109,161); }

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