#AE54AF

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

Shades of Violet Blue #AE54AF

Tints of Violet Blue #AE54AF

Color information

#AE54AF (or 0xAE54AF) is unknown color: approx Violet Blue. HEX triplet: AE, 54 and AF. RGB value is (174,84,175). Sum of RGB (Red+Green+Blue) = 174+84+175=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE54AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE54AF is #51AB50. Grayscale: #797979. Windows color (decimal): -5352273 or 11490478. OLE color: 11490478.

HSL color Cylindrical-coordinate representation of color #AE54AF: hue angle of 299.34º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE54AF is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17484175-
CMYK0.010.5200.31
HSL299.34º36.25%50.78%-
HSV(B)299.34º52%68.63%-
XYZ28.3618.4342.62-
YUV121.28158.32165.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 175 (68.75% from 255) = 40.42%
R=40.18%
G=19.40%
B=40.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174841750.010.5200.31299.3436.2550.78
HexAE54AF13401F12b2433
Octal2561242571640374534463
Binary101011101010100101011111110100011111100101011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE54AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE54AF; }

 p { color: rgb(174,84,175); }

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

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

 a { background-color: rgb(174,84,175); }

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

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

 span { border-color: rgb(174,84,175); }

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