#AE669E

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

Shades of Violet Blue #AE669E

Tints of Violet Blue #AE669E

Color information

#AE669E (or 0xAE669E) is unknown color: approx Violet Blue. HEX triplet: AE, 66 and 9E. RGB value is (174,102,158). Sum of RGB (Red+Green+Blue) = 174+102+158=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE669E is #519961. Grayscale: #818181. Windows color (decimal): -5347682 or 10380974. OLE color: 10380974.

HSL color Cylindrical-coordinate representation of color #AE669E: hue angle of 313.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE669E is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB174102158-
CMYK00.410.090.32
HSL313.33º30.77%54.12%-
HSV(B)313.33º41.38%68.24%-
XYZ28.3820.9734.9-
YUV129.91143.85159.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 102 (40.23% from 255) = 23.50%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=40.09%
G=23.50%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410215800.410.090.32313.3330.7754.12
HexAE669E0299201391f36
Octal25614623605111404713766
Binary101011101100110100111100101001100110000010011100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE669E; }

 p { color: rgb(174,102,158); }

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

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

 a { background-color: rgb(174,102,158); }

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

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

 span { border-color: rgb(174,102,158); }

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