#AE72B3

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

Shades of Violet Blue #AE72B3

Tints of Violet Blue #AE72B3

Color information

#AE72B3 (or 0xAE72B3) is unknown color: approx Violet Blue. HEX triplet: AE, 72 and B3. RGB value is (174,114,179). Sum of RGB (Red+Green+Blue) = 174+114+179=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE72B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE72B3 is #518D4C. Grayscale: #8B8B8B. Windows color (decimal): -5344589 or 11760302. OLE color: 11760302.

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

Color convert

RGB174114179-
CMYK0.030.3600.30
HSL295.38º29.95%57.45%-
HSV(B)295.38º36.31%70.2%-
XYZ31.6124.2945.67-
YUV139.35150.38152.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 114 (44.92% from 255) = 24.41%
BLUE value IS 179 (70.31% from 255) = 38.33%
R=37.26%
G=24.41%
B=38.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741141790.030.3600.30295.3829.9557.45
HexAE72B332401E1271e39
Octal2561622633440364473671
Binary101011101110010101100111110010001111010010011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE72B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE72B3; }

 p { color: rgb(174,114,179); }

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

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

 a { background-color: rgb(174,114,179); }

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

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

 span { border-color: rgb(174,114,179); }

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