#AE6AAF

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

Shades of Violet Blue #AE6AAF

Tints of Violet Blue #AE6AAF

Color information

#AE6AAF (or 0xAE6AAF) is unknown color: approx Violet Blue. HEX triplet: AE, 6A and AF. RGB value is (174,106,175). Sum of RGB (Red+Green+Blue) = 174+106+175=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE6AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6AAF is #519550. Grayscale: #858585. Windows color (decimal): -5346641 or 11496110. OLE color: 11496110.

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

Color convert

RGB174106175-
CMYK0.010.3900.31
HSL299.13º30.13%55.1%-
HSV(B)299.13º39.43%68.63%-
XYZ30.3522.443.28-
YUV134.2151.03156.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 106 (41.80% from 255) = 23.30%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=38.24%
G=23.30%
B=38.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741061750.010.3900.31299.1330.1355.1
HexAE6AAF12701F12b1e37
Octal2561522571470374533667
Binary10101110110101010101111110011101111110010101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6AAF; }

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

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

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

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

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

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

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

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