#AE6AA6

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

Shades of Violet Blue #AE6AA6

Tints of Violet Blue #AE6AA6

Color information

#AE6AA6 (or 0xAE6AA6) is unknown color: approx Violet Blue. HEX triplet: AE, 6A and A6. RGB value is (174,106,166). Sum of RGB (Red+Green+Blue) = 174+106+166=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6AA6 is #519559. Grayscale: #858585. Windows color (decimal): -5346650 or 10906286. OLE color: 10906286.

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

Color convert

RGB174106166-
CMYK00.390.050.32
HSL307.06º29.57%54.9%-
HSV(B)307.06º39.08%68.24%-
XYZ29.4922.0638.78-
YUV133.17146.53157.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 166 (65.23% from 255) = 37.22%
R=39.01%
G=23.77%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410616600.390.050.32307.0629.5754.9
HexAE6AA60275201331e37
Octal2561522460475404633667
Binary10101110110101010100110010011110110000010011001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6AA6; }

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

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

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

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

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

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

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

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