#AE689D

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

Shades of Violet Blue #AE689D

Tints of Violet Blue #AE689D

Color information

#AE689D (or 0xAE689D) is unknown color: approx Violet Blue. HEX triplet: AE, 68 and 9D. RGB value is (174,104,157). Sum of RGB (Red+Green+Blue) = 174+104+157=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE689D is #519762. Grayscale: #828282. Windows color (decimal): -5347171 or 10315950. OLE color: 10315950.

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

Color convert

RGB174104157-
CMYK00.400.100.32
HSL314.57º30.17%54.51%-
HSV(B)314.57º40.23%68.24%-
XYZ28.4921.3334.51-
YUV130.97142.69158.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 104 (41.02% from 255) = 23.91%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=40%
G=23.91%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410415700.400.100.32314.5730.1754.51
HexAE689D028A2013b1e37
Octal25615023505012404733667
Binary101011101101000100111010101000101010000010011101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE689D; }

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

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

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

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

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

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

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

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