#AE70B0

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

Shades of Violet Blue #AE70B0

Tints of Violet Blue #AE70B0

Color information

#AE70B0 (or 0xAE70B0) is unknown color: approx Violet Blue. HEX triplet: AE, 70 and B0. RGB value is (174,112,176). Sum of RGB (Red+Green+Blue) = 174+112+176=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE70B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE70B0 is #518F4F. Grayscale: #898989. Windows color (decimal): -5345104 or 11563182. OLE color: 11563182.

HSL color Cylindrical-coordinate representation of color #AE70B0: hue angle of 298.12º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE70B0 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174112176-
CMYK0.010.3600.31
HSL298.12º28.83%56.47%-
HSV(B)298.12º36.36%69.02%-
XYZ31.0923.7244.01-
YUV137.83149.54153.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.66%
GREEN value IS 112 (44.14% from 255) = 24.24%
BLUE value IS 176 (69.14% from 255) = 38.10%
R=37.66%
G=24.24%
B=38.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741121760.010.3600.31298.1228.8356.47
HexAE70B012401F12a1d38
Octal2561602601440374523570
Binary10101110111000010110000110010001111110010101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE70B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE70B0; }

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

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

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

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

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

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

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

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