#AE71AF

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

Shades of Violet Blue #AE71AF

Tints of Violet Blue #AE71AF

Color information

#AE71AF (or 0xAE71AF) is unknown color: approx Violet Blue. HEX triplet: AE, 71 and AF. RGB value is (174,113,175). Sum of RGB (Red+Green+Blue) = 174+113+175=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE71AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE71AF is #518E50. Grayscale: #8A8A8A. Windows color (decimal): -5344849 or 11497902. OLE color: 11497902.

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

Color convert

RGB174113175-
CMYK0.010.3500.31
HSL299.03º27.93%56.47%-
HSV(B)299.03º35.43%68.63%-
XYZ31.123.943.53-
YUV138.31148.71153.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.66%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=37.66%
G=24.46%
B=37.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741131750.010.3500.31299.0327.9356.47
HexAE71AF12301F12b1c38
Octal2561612571430374533470
Binary10101110111000110101111110001101111110010101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE71AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE71AF; }

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

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

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

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

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

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

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

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