Html Css Color HEX #AE7FAA London Hue

📋 copy color: '#AE7FAA'

red 174 ◦ green 127 ◦ blue 170

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

Shades of London Hue #AE7FAA

Tints of London Hue #AE7FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 36.94%
G = 26.96%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE7FAA (or 0xAE7FAA) is known color: London Hue. HEX triplet: AE, 7F and AA. RGB value is (174,127,170). Sum of RGB (Red+Green+Blue) = 174+127+170=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7FAA is #518055. Grayscale: #919191. Windows color (decimal): -5341270 or 11173806. OLE color: 11173806.

HSL color Cylindrical-coordinate representation of color #AE7FAA: hue angle of 305.11º 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 #AE7FAA is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 127 170 -
CMYK 0 0.27 0.02 0.32
HSL 305.11º 0.22% 0.59% -
HSV(B) 305.11º 0.27% 0.68% -
XYZ 32.3 27.08 41.55 -
YUV 145.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 174 127 170 0 0.27 0.02 0.32 305.11 0.22 0.59
Hex AE 7F AA 0 1B 2 20 131 16 3B
Octal 256 177 252 0 33 2 40 461 26 73
Binary 10101110 1111111 10101010 0 11011 10 100000 100110001 10110 111011

Color Harmonies of #AE7FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7FAA

Black with #AE7FAA

Text Example


Text Example

White with #AE7FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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