#AE70AA

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

Shades of Violet Blue #AE70AA

Tints of Violet Blue #AE70AA

Color information

#AE70AA (or 0xAE70AA) is unknown color: approx Violet Blue. HEX triplet: AE, 70 and AA. RGB value is (174,112,170). Sum of RGB (Red+Green+Blue) = 174+112+170=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AE70AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE70AA is #518F55. Grayscale: #888888. Windows color (decimal): -5345110 or 11169966. OLE color: 11169966.

HSL color Cylindrical-coordinate representation of color #AE70AA: hue angle of 303.87º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE70AA is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB174112170-
CMYK00.360.020.32
HSL303.87º27.68%56.08%-
HSV(B)303.87º35.63%68.24%-
XYZ30.5123.4940.96-
YUV137.15146.54154.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=38.16%
G=24.56%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411217000.360.020.32303.8727.6856.08
HexAE70AA0242201301c38
Octal2561602520442404603470
Binary1010111011100001010101001001001010000010011000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE70AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE70AA; }

 p { color: rgb(174,112,170); }

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

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

 a { background-color: rgb(174,112,170); }

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

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

 span { border-color: rgb(174,112,170); }

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