#AE459E

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

Shades of Violet Blue #AE459E

Tints of Violet Blue #AE459E

Color information

#AE459E (or 0xAE459E) is unknown color: approx Violet Blue. HEX triplet: AE, 45 and 9E. RGB value is (174,69,158). Sum of RGB (Red+Green+Blue) = 174+69+158=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE459E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE459E is #51BA61. Grayscale: #6E6E6E. Windows color (decimal): -5356130 or 10372526. OLE color: 10372526.

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

Color convert

RGB17469158-
CMYK00.600.090.32
HSL309.14º43.21%47.65%-
HSV(B)309.14º60.34%68.24%-
XYZ25.7615.7234.03-
YUV110.54154.79173.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=43.39%
G=17.21%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746915800.600.090.32309.1443.2147.65
HexAE459E03C9201352b30
Octal25610523607411404655360
Binary1010111010001011001111001111001001100000100110101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE459E; }

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

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

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

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

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

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

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

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