#AE92B1

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

Shades of London Hue #AE92B1

Tints of London Hue #AE92B1

Color information

#AE92B1 (or 0xAE92B1) is unknown color: approx London Hue. HEX triplet: AE, 92 and B1. RGB value is (174,146,177). Sum of RGB (Red+Green+Blue) = 174+146+177=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE92B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE92B1 is #516D4E. Grayscale: #9D9D9D. Windows color (decimal): -5336399 or 11637422. OLE color: 11637422.

HSL color Cylindrical-coordinate representation of color #AE92B1: hue angle of 294.19º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AE92B1 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174146177-
CMYK0.020.1800.31
HSL294.19º16.58%63.33%-
HSV(B)294.19º17.51%69.41%-
XYZ35.6732.7346.03-
YUV157.91138.78139.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 177 (69.53% from 255) = 35.61%
R=35.01%
G=29.38%
B=35.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741461770.020.1800.31294.1916.5863.33
HexAE92B121201F126113f
Octal2562222612220374462177
Binary101011101001001010110001101001001111110010011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92B1; }

 p { color: rgb(174,146,177); }

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

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

 a { background-color: rgb(174,146,177); }

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

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

 span { border-color: rgb(174,146,177); }

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