#AE78AF

Color #AE78AF London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AE78AF

Tints of London Hue #AE78AF

Color information

#AE78AF (or 0xAE78AF) is unknown color: approx London Hue. HEX triplet: AE, 78 and AF. RGB value is (174,120,175). Sum of RGB (Red+Green+Blue) = 174+120+175=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE78AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE78AF is #518750. Grayscale: #8E8E8E. Windows color (decimal): -5343057 or 11499694. OLE color: 11499694.

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

Color convert

RGB174120175-
CMYK0.010.3100.31
HSL298.91º25.58%57.84%-
HSV(B)298.91º31.43%68.63%-
XYZ31.9125.5343.8-
YUV142.42146.39150.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 120 (47.27% from 255) = 25.59%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=37.10%
G=25.59%
B=37.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741201750.010.3100.31298.9125.5857.84
HexAE78AF11F01F12b1a3a
Octal2561702571370374533272
Binary1010111011110001010111111111101111110010101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78AF; }

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

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

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

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

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

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

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

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