Html Css Color HEX #A886A9 London Hue

📋 copy color: '#A886A9'

red 168 ◦ green 134 ◦ blue 169

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

Shades of London Hue #A886A9

Tints of London Hue #A886A9

RGB

 RED value IS 168 (66.02% from 255) = 35.67%

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

 BLUE value IS 169 (66.41% from 255) = 35.88%

R = 35.67%
G = 28.45%
B = 35.88%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A886A9 (or 0xA886A9) is known color: London Hue. HEX triplet: A8, 86 and A9. RGB value is (168,134,169). Sum of RGB (Red+Green+Blue) = 168+134+169=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 169 - color contains mainly: blue. Hex color #A886A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A886A9 is #577956. Grayscale: #949494. Windows color (decimal): -5732695 or 11110056. OLE color: 11110056.

HSL color Cylindrical-coordinate representation of color #A886A9: hue angle of 298.29º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A886A9 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 134 169 -
CMYK 0.01 0.21 0 0.34
HSL 298.29º 0.17% 0.59% -
HSV(B) 298.29º 0.21% 0.66% -
XYZ 31.83 28.24 41.31 -
YUV 148.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 168 134 169 0.01 0.21 0 0.34 298.29 0.17 0.59
Hex A8 86 A9 1 15 0 22 12A 11 3B
Octal 250 206 251 1 25 0 42 452 21 73
Binary 10101000 10000110 10101001 1 10101 0 100010 100101010 10001 111011

Color Harmonies of #A886A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A886A9

Black with #A886A9

Text Example


Text Example

White with #A886A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A886A9; }

 p { color: rgb(168,134,169); }

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

background-color css

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

 a { background-color: rgb(168,134,169); }

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

border-color css

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

 span { border-color: rgb(168,134,169); }

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