Html Css Color HEX #AE7FA6 London Hue

📋 copy color: '#AE7FA6'

red 174 ◦ green 127 ◦ blue 166

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

Shades of London Hue #AE7FA6

Tints of London Hue #AE7FA6

RGB

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

 GREEN value IS 127 (50% from 255) = 27.19%

 BLUE value IS 166 (65.23% from 255) = 35.55%

R = 37.26%
G = 27.19%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AE7FA6 (or 0xAE7FA6) is known color: London Hue. HEX triplet: AE, 7F and A6. RGB value is (174,127,166). Sum of RGB (Red+Green+Blue) = 174+127+166=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7FA6 is #518059. Grayscale: #919191. Windows color (decimal): -5341274 or 10911662. OLE color: 10911662.

HSL color Cylindrical-coordinate representation of color #AE7FA6: hue angle of 310.21º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE7FA6 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 127 166 -
CMYK 0 0.27 0.05 0.32
HSL 310.21º 0.22% 0.59% -
HSV(B) 310.21º 0.27% 0.68% -
XYZ 31.93 26.93 39.59 -
YUV 145.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 174 127 166 0 0.27 0.05 0.32 310.21 0.22 0.59
Hex AE 7F A6 0 1B 5 20 136 16 3B
Octal 256 177 246 0 33 5 40 466 26 73
Binary 10101110 1111111 10100110 0 11011 101 100000 100110110 10110 111011

Color Harmonies of #AE7FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7FA6

Black with #AE7FA6

Text Example


Text Example

White with #AE7FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7FA6; }

 p { color: rgb(174,127,166); }

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

background-color css

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

 a { background-color: rgb(174,127,166); }

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

border-color css

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

 span { border-color: rgb(174,127,166); }

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