#AE74AF

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

Shades of Violet Blue #AE74AF

Tints of Violet Blue #AE74AF

Color information

#AE74AF (or 0xAE74AF) is unknown color: approx Violet Blue. HEX triplet: AE, 74 and AF. RGB value is (174,116,175). Sum of RGB (Red+Green+Blue) = 174+116+175=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE74AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE74AF is #518B50. Grayscale: #8B8B8B. Windows color (decimal): -5344081 or 11498670. OLE color: 11498670.

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

Color convert

RGB174116175-
CMYK0.010.3400.31
HSL298.98º26.94%57.06%-
HSV(B)298.98º33.71%68.63%-
XYZ31.4424.5843.65-
YUV140.07147.72152.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 175 (68.75% from 255) = 37.63%
R=37.42%
G=24.95%
B=37.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741161750.010.3400.31298.9826.9457.06
HexAE74AF12201F12b1b39
Octal2561642571420374533371
Binary10101110111010010101111110001001111110010101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE74AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE74AF; }

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

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

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

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

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

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

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

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