#AE449B

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

Shades of Violet Blue #AE449B

Tints of Violet Blue #AE449B

Color information

#AE449B (or 0xAE449B) is unknown color: approx Violet Blue. HEX triplet: AE, 44 and 9B. RGB value is (174,68,155). Sum of RGB (Red+Green+Blue) = 174+68+155=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE449B is #51BB64. Grayscale: #6D6D6D. Windows color (decimal): -5356389 or 10175662. OLE color: 10175662.

HSL color Cylindrical-coordinate representation of color #AE449B: hue angle of 310.75º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE449B is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB17468155-
CMYK00.610.110.32
HSL310.75º43.8%47.45%-
HSV(B)310.75º60.92%68.24%-
XYZ25.4415.532.66-
YUV109.61153.62173.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 68 (26.95% from 255) = 17.13%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=43.83%
G=17.13%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746815500.610.110.32310.7543.847.45
HexAE449B03DB201372c2f
Octal25610423307513404675457
Binary1010111010001001001101101111011011100000100110111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE449B; }

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

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

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

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

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

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

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

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