Html Css Color HEX #A688AA London Hue

📋 copy color: '#A688AA'

red 166 ◦ green 136 ◦ blue 170

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

Shades of London Hue #A688AA

Tints of London Hue #A688AA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.81%

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 35.17%
G = 28.81%
B = 36.02%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A688AA (or 0xA688AA) is known color: London Hue. HEX triplet: A6, 88 and AA. RGB value is (166,136,170). Sum of RGB (Red+Green+Blue) = 166+136+170=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #A688AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A688AA is #597755. Grayscale: #949494. Windows color (decimal): -5863254 or 11176102. OLE color: 11176102.

HSL color Cylindrical-coordinate representation of color #A688AA: hue angle of 292.94º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A688AA is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 136 170 -
CMYK 0.02 0.20 0 0.33
HSL 292.94º 0.17% 0.6% -
HSV(B) 292.94º 0.2% 0.67% -
XYZ 31.79 28.62 41.88 -
YUV 148.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 166 136 170 0.02 0.20 0 0.33 292.94 0.17 0.6
Hex A6 88 AA 2 14 0 21 125 11 3C
Octal 246 210 252 2 24 0 41 445 21 74
Binary 10100110 10001000 10101010 10 10100 0 100001 100100101 10001 111100

Color Harmonies of #A688AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A688AA

Black with #A688AA

Text Example


Text Example

White with #A688AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A688AA; }

 p { color: rgb(166,136,170); }

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

background-color css

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

 a { background-color: rgb(166,136,170); }

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

border-color css

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

 span { border-color: rgb(166,136,170); }

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