Html Css Color HEX #AA86AF London Hue

📋 copy color: '#AA86AF'

red 170 ◦ green 134 ◦ blue 175

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

Shades of London Hue #AA86AF

Tints of London Hue #AA86AF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.97%

 BLUE value IS 175 (68.75% from 255) = 36.53%

R = 35.49%
G = 27.97%
B = 36.53%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA86AF (or 0xAA86AF) is known color: London Hue. HEX triplet: AA, 86 and AF. RGB value is (170,134,175). Sum of RGB (Red+Green+Blue) = 170+134+175=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA86AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA86AF is #557950. Grayscale: #959595. Windows color (decimal): -5601617 or 11503274. OLE color: 11503274.

HSL color Cylindrical-coordinate representation of color #AA86AF: hue angle of 292.68º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA86AF is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 134 175 -
CMYK 0.03 0.23 0 0.31
HSL 292.68º 0.2% 0.61% -
HSV(B) 292.68º 0.23% 0.69% -
XYZ 32.84 28.69 44.36 -
YUV 149.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 170 134 175 0.03 0.23 0 0.31 292.68 0.2 0.61
Hex AA 86 AF 3 17 0 1F 125 14 3D
Octal 252 206 257 3 27 0 37 445 24 75
Binary 10101010 10000110 10101111 11 10111 0 11111 100100101 10100 111101

Color Harmonies of #AA86AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA86AF

Black with #AA86AF

Text Example


Text Example

White with #AA86AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA86AF; }

 p { color: rgb(170,134,175); }

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

background-color css

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

 a { background-color: rgb(170,134,175); }

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

border-color css

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

 span { border-color: rgb(170,134,175); }

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