Html Css Color HEX #A686AB London Hue

📋 copy color: '#A686AB'

red 166 ◦ green 134 ◦ blue 171

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

Shades of London Hue #A686AB

Tints of London Hue #A686AB

RGB

 RED value IS 166 (65.23% from 255) = 35.24%

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

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 35.24%
G = 28.45%
B = 36.31%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A686AB (or 0xA686AB) is known color: London Hue. HEX triplet: A6, 86 and AB. RGB value is (166,134,171). Sum of RGB (Red+Green+Blue) = 166+134+171=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #A686AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A686AB is #597954. Grayscale: #939393. Windows color (decimal): -5863765 or 11241126. OLE color: 11241126.

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

Color convert

RGB 166 134 171 -
CMYK 0.03 0.22 0 0.33
HSL 291.89º 0.18% 0.6% -
HSV(B) 291.89º 0.22% 0.67% -
XYZ 31.6 28.1 42.29 -
YUV 147.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 166 134 171 0.03 0.22 0 0.33 291.89 0.18 0.6
Hex A6 86 AB 3 16 0 21 124 12 3C
Octal 246 206 253 3 26 0 41 444 22 74
Binary 10100110 10000110 10101011 11 10110 0 100001 100100100 10010 111100

Color Harmonies of #A686AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686AB

Black with #A686AB

Text Example


Text Example

White with #A686AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686AB; }

 p { color: rgb(166,134,171); }

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

background-color css

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

 a { background-color: rgb(166,134,171); }

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

border-color css

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

 span { border-color: rgb(166,134,171); }

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