#AE74AB

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

Shades of Violet Blue #AE74AB

Tints of Violet Blue #AE74AB

Color information

#AE74AB (or 0xAE74AB) is unknown color: approx Violet Blue. HEX triplet: AE, 74 and AB. RGB value is (174,116,171). Sum of RGB (Red+Green+Blue) = 174+116+171=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AE74AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE74AB is #518B54. Grayscale: #8B8B8B. Windows color (decimal): -5344085 or 11236526. OLE color: 11236526.

HSL color Cylindrical-coordinate representation of color #AE74AB: hue angle of 303.1º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE74AB is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB174116171-
CMYK00.330.020.32
HSL303.1º26.36%56.86%-
HSV(B)303.1º33.33%68.24%-
XYZ31.0524.4341.61-
YUV139.61145.72152.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=37.74%
G=25.16%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411617100.330.020.32303.126.3656.86
HexAE74AB02122012f1a39
Octal2561642530412404573271
Binary1010111011101001010101101000011010000010010111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE74AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE74AB; }

 p { color: rgb(174,116,171); }

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

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

 a { background-color: rgb(174,116,171); }

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

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

 span { border-color: rgb(174,116,171); }

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