#AE69A4

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

Shades of Violet Blue #AE69A4

Tints of Violet Blue #AE69A4

Color information

#AE69A4 (or 0xAE69A4) is unknown color: approx Violet Blue. HEX triplet: AE, 69 and A4. RGB value is (174,105,164). Sum of RGB (Red+Green+Blue) = 174+105+164=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE69A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE69A4 is #51965B. Grayscale: #848484. Windows color (decimal): -5346908 or 10774958. OLE color: 10774958.

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

Color convert

RGB174105164-
CMYK00.400.060.32
HSL308.7º29.87%54.71%-
HSV(B)308.7º39.66%68.24%-
XYZ29.2121.7837.79-
YUV132.36145.86157.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 164 (64.45% from 255) = 37.02%
R=39.28%
G=23.70%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410516400.400.060.32308.729.8754.71
HexAE69A40286201351e37
Octal2561512440506404653667
Binary10101110110100110100100010100011010000010011010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69A4; }

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

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

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

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

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

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

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

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