#AE69AF

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

Shades of Violet Blue #AE69AF

Tints of Violet Blue #AE69AF

Color information

#AE69AF (or 0xAE69AF) is unknown color: approx Violet Blue. HEX triplet: AE, 69 and AF. RGB value is (174,105,175). Sum of RGB (Red+Green+Blue) = 174+105+175=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE69AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE69AF is #519650. Grayscale: #858585. Windows color (decimal): -5346897 or 11495854. OLE color: 11495854.

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

Color convert

RGB174105175-
CMYK0.010.4000.31
HSL299.14º30.43%54.9%-
HSV(B)299.14º40%68.63%-
XYZ30.2422.243.25-
YUV133.61151.36156.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=38.33%
G=23.13%
B=38.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741051750.010.4000.31299.1430.4354.9
HexAE69AF12801F12b1e37
Octal2561512571500374533667
Binary10101110110100110101111110100001111110010101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69AF; }

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

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

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

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

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

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

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

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