Html Css Color HEX #AE7BA8 London Hue

📋 copy color: '#AE7BA8'

red 174 ◦ green 123 ◦ blue 168

#AE7BA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #AE7BA8

Tints of London Hue #AE7BA8

RGB

 RED value IS 174 (68.36% from 255) = 37.42%

 GREEN value IS 123 (48.44% from 255) = 26.45%

 BLUE value IS 168 (66.02% from 255) = 36.13%

R = 37.42%
G = 26.45%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE7BA8 (or 0xAE7BA8) is known color: London Hue. HEX triplet: AE, 7B and A8. RGB value is (174,123,168). Sum of RGB (Red+Green+Blue) = 174+123+168=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7BA8 is #518457. Grayscale: #8F8F8F. Windows color (decimal): -5342296 or 11041710. OLE color: 11041710.

HSL color Cylindrical-coordinate representation of color #AE7BA8: hue angle of 307.06º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE7BA8 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 123 168 -
CMYK 0 0.29 0.03 0.32
HSL 307.06º 0.24% 0.58% -
HSV(B) 307.06º 0.29% 0.68% -
XYZ 31.61 25.99 40.4 -
YUV 143.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 174 123 168 0 0.29 0.03 0.32 307.06 0.24 0.58
Hex AE 7B A8 0 1D 3 20 133 18 3A
Octal 256 173 250 0 35 3 40 463 30 72
Binary 10101110 1111011 10101000 0 11101 11 100000 100110011 11000 111010

Color Harmonies of #AE7BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7BA8

Black with #AE7BA8

Text Example


Text Example

White with #AE7BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7BA8; }

 p { color: rgb(174,123,168); }

 H1.HeaderClassName
 {
   color: #AE7BA8;
 }
 .AnyTagClassName
 {
   color: #AE7BA8;
 }
</style>

background-color css

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

 a { background-color: rgb(174,123,168); }

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

border-color css

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

 span { border-color: rgb(174,123,168); }

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