#AE669D

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

Shades of Violet Blue #AE669D

Tints of Violet Blue #AE669D

Color information

#AE669D (or 0xAE669D) is unknown color: approx Violet Blue. HEX triplet: AE, 66 and 9D. RGB value is (174,102,157). Sum of RGB (Red+Green+Blue) = 174+102+157=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE669D is #519962. Grayscale: #818181. Windows color (decimal): -5347683 or 10315438. OLE color: 10315438.

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

Color convert

RGB174102157-
CMYK00.410.100.32
HSL314.17º30.77%54.12%-
HSV(B)314.17º41.38%68.24%-
XYZ28.2920.9434.45-
YUV129.8143.35159.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=40.18%
G=23.56%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410215700.410.100.32314.1730.7754.12
HexAE669D029A2013a1f36
Octal25614623505112404723766
Binary101011101100110100111010101001101010000010011101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE669D; }

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

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

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

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

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

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

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

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