#AE479E

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

Shades of Violet Blue #AE479E

Tints of Violet Blue #AE479E

Color information

#AE479E (or 0xAE479E) is unknown color: approx Violet Blue. HEX triplet: AE, 47 and 9E. RGB value is (174,71,158). Sum of RGB (Red+Green+Blue) = 174+71+158=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE479E is #51B861. Grayscale: #6F6F6F. Windows color (decimal): -5355618 or 10373038. OLE color: 10373038.

HSL color Cylindrical-coordinate representation of color #AE479E: hue angle of 309.32º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE479E is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB17471158-
CMYK00.590.090.32
HSL309.32º42.04%48.04%-
HSV(B)309.32º59.2%68.24%-
XYZ25.8815.9734.07-
YUV111.72154.12172.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 71 (28.12% from 255) = 17.62%
BLUE value IS 158 (62.11% from 255) = 39.21%
R=43.18%
G=17.62%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747115800.590.090.32309.3242.0448.04
HexAE479E03B9201352a30
Octal25610723607311404655260
Binary1010111010001111001111001110111001100000100110101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE479E; }

 p { color: rgb(174,71,158); }

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

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

 a { background-color: rgb(174,71,158); }

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

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

 span { border-color: rgb(174,71,158); }

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