#AE69A8

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

Shades of Violet Blue #AE69A8

Tints of Violet Blue #AE69A8

Color information

#AE69A8 (or 0xAE69A8) is unknown color: approx Violet Blue. HEX triplet: AE, 69 and A8. RGB value is (174,105,168). Sum of RGB (Red+Green+Blue) = 174+105+168=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE69A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE69A8 is #519657. Grayscale: #848484. Windows color (decimal): -5346904 or 11037102. OLE color: 11037102.

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

Color convert

RGB174105168-
CMYK00.400.030.32
HSL305.22º29.87%54.71%-
HSV(B)305.22º39.66%68.24%-
XYZ29.5821.9339.72-
YUV132.81147.86157.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 168 (66.02% from 255) = 37.58%
R=38.93%
G=23.49%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410516800.400.030.32305.2229.8754.71
HexAE69A80283201311e37
Octal2561512500503404613667
Binary1010111011010011010100001010001110000010011000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69A8; }

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

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

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

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

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

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

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

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