Html Css Color HEX #AA7FA5 London Hue

📋 copy color: '#AA7FA5'

red 170 ◦ green 127 ◦ blue 165

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

Shades of London Hue #AA7FA5

Tints of London Hue #AA7FA5

RGB

 RED value IS 170 (66.8% from 255) = 36.8%

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

 BLUE value IS 165 (64.84% from 255) = 35.71%

R = 36.8%
G = 27.49%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AA7FA5 (or 0xAA7FA5) is known color: London Hue. HEX triplet: AA, 7F and A5. RGB value is (170,127,165). Sum of RGB (Red+Green+Blue) = 170+127+165=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7FA5 is #55805A. Grayscale: #909090. Windows color (decimal): -5603419 or 10846122. OLE color: 10846122.

HSL color Cylindrical-coordinate representation of color #AA7FA5: hue angle of 306.98º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA7FA5 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 127 165 -
CMYK 0 0.25 0.03 0.33
HSL 306.98º 0.2% 0.58% -
HSV(B) 306.98º 0.25% 0.67% -
XYZ 30.96 26.44 39.07 -
YUV 144.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 170 127 165 0 0.25 0.03 0.33 306.98 0.2 0.58
Hex AA 7F A5 0 19 3 21 133 14 3A
Octal 252 177 245 0 31 3 41 463 24 72
Binary 10101010 1111111 10100101 0 11001 11 100001 100110011 10100 111010

Color Harmonies of #AA7FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7FA5

Black with #AA7FA5

Text Example


Text Example

White with #AA7FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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