#AE69AC

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

Shades of Violet Blue #AE69AC

Tints of Violet Blue #AE69AC

Color information

#AE69AC (or 0xAE69AC) is unknown color: approx Violet Blue. HEX triplet: AE, 69 and AC. RGB value is (174,105,172). Sum of RGB (Red+Green+Blue) = 174+105+172=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE69AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE69AC is #519653. Grayscale: #858585. Windows color (decimal): -5346900 or 11299246. OLE color: 11299246.

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

Color convert

RGB174105172-
CMYK00.400.010.32
HSL301.74º29.87%54.71%-
HSV(B)301.74º39.66%68.24%-
XYZ29.9522.0841.71-
YUV133.27149.86157.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=38.58%
G=23.28%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410517200.400.010.32301.7429.8754.71
HexAE69AC02812012e1e37
Octal2561512540501404563667
Binary101011101101001101011000101000110000010010111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69AC; }

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

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

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

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

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

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

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

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