#AE72B4

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

Shades of Violet Blue #AE72B4

Tints of Violet Blue #AE72B4

Color information

#AE72B4 (or 0xAE72B4) is unknown color: approx Violet Blue. HEX triplet: AE, 72 and B4. RGB value is (174,114,180). Sum of RGB (Red+Green+Blue) = 174+114+180=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE72B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE72B4 is #518D4B. Grayscale: #8B8B8B. Windows color (decimal): -5344588 or 11825838. OLE color: 11825838.

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

Color convert

RGB174114180-
CMYK0.030.3700.29
HSL294.55º30.56%57.65%-
HSV(B)294.55º36.67%70.59%-
XYZ31.7124.3346.2-
YUV139.46150.88152.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 114 (44.92% from 255) = 24.36%
BLUE value IS 180 (70.70% from 255) = 38.46%
R=37.18%
G=24.36%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741141800.030.3700.29294.5530.5657.65
HexAE72B432501D1271f3a
Octal2561622643450354473772
Binary101011101110010101101001110010101110110010011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE72B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE72B4; }

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

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

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

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

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

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

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

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