#AE73B4

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

Shades of Violet Blue #AE73B4

Tints of Violet Blue #AE73B4

Color information

#AE73B4 (or 0xAE73B4) is unknown color: approx Violet Blue. HEX triplet: AE, 73 and B4. RGB value is (174,115,180). Sum of RGB (Red+Green+Blue) = 174+115+180=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE73B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE73B4 is #518C4B. Grayscale: #8B8B8B. Windows color (decimal): -5344332 or 11826094. OLE color: 11826094.

HSL color Cylindrical-coordinate representation of color #AE73B4: hue angle of 294.46º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE73B4 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174115180-
CMYK0.030.3600.29
HSL294.46º30.23%57.84%-
HSV(B)294.46º36.11%70.59%-
XYZ31.8224.5646.24-
YUV140.05150.55152.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 115 (45.31% from 255) = 24.52%
BLUE value IS 180 (70.70% from 255) = 38.38%
R=37.10%
G=24.52%
B=38.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741151800.030.3600.29294.4630.2357.84
HexAE73B432401D1261e3a
Octal2561632643440354463672
Binary101011101110011101101001110010001110110010011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE73B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE73B4; }

 p { color: rgb(174,115,180); }

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

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

 a { background-color: rgb(174,115,180); }

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

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

 span { border-color: rgb(174,115,180); }

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