#AE459B

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

Shades of Violet Blue #AE459B

Tints of Violet Blue #AE459B

Color information

#AE459B (or 0xAE459B) is unknown color: approx Violet Blue. HEX triplet: AE, 45 and 9B. RGB value is (174,69,155). Sum of RGB (Red+Green+Blue) = 174+69+155=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE459B is #51BA64. Grayscale: #6D6D6D. Windows color (decimal): -5356133 or 10175918. OLE color: 10175918.

HSL color Cylindrical-coordinate representation of color #AE459B: hue angle of 310.86º 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 #AE459B is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB17469155-
CMYK00.600.110.32
HSL310.86º43.21%47.65%-
HSV(B)310.86º60.34%68.24%-
XYZ25.515.6232.68-
YUV110.2153.29173.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 69 (27.34% from 255) = 17.34%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=43.72%
G=17.34%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746915500.600.110.32310.8643.2147.65
HexAE459B03CB201372b30
Octal25610523307413404675360
Binary1010111010001011001101101111001011100000100110111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE459B; }

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

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

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

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

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

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

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

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