Html Css Color HEX #AA85AF London Hue

📋 copy color: '#AA85AF'

red 170 ◦ green 133 ◦ blue 175

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

Shades of London Hue #AA85AF

Tints of London Hue #AA85AF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.82%

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

R = 35.56%
G = 27.82%
B = 36.61%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA85AF (or 0xAA85AF) is known color: London Hue. HEX triplet: AA, 85 and AF. RGB value is (170,133,175). Sum of RGB (Red+Green+Blue) = 170+133+175=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA85AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA85AF is #557A50. Grayscale: #949494. Windows color (decimal): -5601873 or 11503018. OLE color: 11503018.

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

Color convert

RGB 170 133 175 -
CMYK 0.03 0.24 0 0.31
HSL 292.86º 0.21% 0.6% -
HSV(B) 292.86º 0.24% 0.69% -
XYZ 32.7 28.42 44.32 -
YUV 148.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 170 133 175 0.03 0.24 0 0.31 292.86 0.21 0.6
Hex AA 85 AF 3 18 0 1F 125 15 3C
Octal 252 205 257 3 30 0 37 445 25 74
Binary 10101010 10000101 10101111 11 11000 0 11111 100100101 10101 111100

Color Harmonies of #AA85AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA85AF

Black with #AA85AF

Text Example


Text Example

White with #AA85AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA85AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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