#AE70B7

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

Shades of Violet Blue #AE70B7

Tints of Violet Blue #AE70B7

Color information

#AE70B7 (or 0xAE70B7) is unknown color: approx Violet Blue. HEX triplet: AE, 70 and B7. RGB value is (174,112,183). Sum of RGB (Red+Green+Blue) = 174+112+183=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE70B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70B7 is #518F48. Grayscale: #8A8A8A. Windows color (decimal): -5345097 or 12021934. OLE color: 12021934.

HSL color Cylindrical-coordinate representation of color #AE70B7: hue angle of 292.39º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE70B7 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174112183-
CMYK0.050.3900.28
HSL292.39º33.02%57.84%-
HSV(B)292.39º38.8%71.76%-
XYZ31.824.0147.76-
YUV138.63153.04153.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 183 (71.88% from 255) = 39.02%
R=37.10%
G=23.88%
B=39.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741121830.050.3900.28292.3933.0257.84
HexAE70B752701C124213a
Octal2561602675470344444172
Binary10101110111000010110111101100111011100100100100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE70B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE70B7; }

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

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

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

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

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

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

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

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