Html Css Color HEX #AA8FAC London Hue

📋 copy color: '#AA8FAC'

red 170 ◦ green 143 ◦ blue 172

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

Shades of London Hue #AA8FAC

Tints of London Hue #AA8FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.48%

 BLUE value IS 172 (67.58% from 255) = 35.46%

R = 35.05%
G = 29.48%
B = 35.46%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA8FAC (or 0xAA8FAC) is known color: London Hue. HEX triplet: AA, 8F and AC. RGB value is (170,143,172). Sum of RGB (Red+Green+Blue) = 170+143+172=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA8FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8FAC is #557053. Grayscale: #9A9A9A. Windows color (decimal): -5599316 or 11308970. OLE color: 11308970.

HSL color Cylindrical-coordinate representation of color #AA8FAC: hue angle of 295.86º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA8FAC is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 143 172 -
CMYK 0.01 0.17 0 0.33
HSL 295.86º 0.15% 0.62% -
HSV(B) 295.86º 0.17% 0.67% -
XYZ 33.85 31.17 43.26 -
YUV 154.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 170 143 172 0.01 0.17 0 0.33 295.86 0.15 0.62
Hex AA 8F AC 1 11 0 21 128 F 3E
Octal 252 217 254 1 21 0 41 450 17 76
Binary 10101010 10001111 10101100 1 10001 0 100001 100101000 1111 111110

Color Harmonies of #AA8FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FAC

Black with #AA8FAC

Text Example


Text Example

White with #AA8FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FAC; }

 p { color: rgb(170,143,172); }

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

background-color css

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

 a { background-color: rgb(170,143,172); }

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

border-color css

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

 span { border-color: rgb(170,143,172); }

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