#AE6AAA

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

Shades of Violet Blue #AE6AAA

Tints of Violet Blue #AE6AAA

Color information

#AE6AAA (or 0xAE6AAA) is unknown color: approx Violet Blue. HEX triplet: AE, 6A and AA. RGB value is (174,106,170). Sum of RGB (Red+Green+Blue) = 174+106+170=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6AAA is #519555. Grayscale: #858585. Windows color (decimal): -5346646 or 11168430. OLE color: 11168430.

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

Color convert

RGB174106170-
CMYK00.390.020.32
HSL303.53º29.57%54.9%-
HSV(B)303.53º39.08%68.24%-
XYZ29.8722.2140.74-
YUV133.63148.53156.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 106 (41.80% from 255) = 23.56%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=38.67%
G=23.56%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410617000.390.020.32303.5329.5754.9
HexAE6AAA0272201301e37
Octal2561522520472404603667
Binary1010111011010101010101001001111010000010011000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6AAA; }

 p { color: rgb(174,106,170); }

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

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

 a { background-color: rgb(174,106,170); }

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

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

 span { border-color: rgb(174,106,170); }

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