#AE69AB

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

Shades of Violet Blue #AE69AB

Tints of Violet Blue #AE69AB

Color information

#AE69AB (or 0xAE69AB) is unknown color: approx Violet Blue. HEX triplet: AE, 69 and AB. RGB value is (174,105,171). Sum of RGB (Red+Green+Blue) = 174+105+171=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE69AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE69AB is #519654. Grayscale: #848484. Windows color (decimal): -5346901 or 11233710. OLE color: 11233710.

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

Color convert

RGB174105171-
CMYK00.400.020.32
HSL302.61º29.87%54.71%-
HSV(B)302.61º39.66%68.24%-
XYZ29.8622.0441.21-
YUV133.16149.36157.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 171 (67.19% from 255) = 38%
R=38.67%
G=23.33%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410517100.400.020.32302.6129.8754.71
HexAE69AB02822012f1e37
Octal2561512530502404573667
Binary1010111011010011010101101010001010000010010111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69AB; }

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

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

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

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

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

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

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

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