Html Css Color HEX #A689AA London Hue

📋 copy color: '#A689AA'

red 166 ◦ green 137 ◦ blue 170

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

Shades of London Hue #A689AA

Tints of London Hue #A689AA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.96%

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

R = 35.1%
G = 28.96%
B = 35.94%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A689AA (or 0xA689AA) is known color: London Hue. HEX triplet: A6, 89 and AA. RGB value is (166,137,170). Sum of RGB (Red+Green+Blue) = 166+137+170=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #A689AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A689AA is #597655. Grayscale: #959595. Windows color (decimal): -5862998 or 11176358. OLE color: 11176358.

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

Color convert

RGB 166 137 170 -
CMYK 0.02 0.19 0 0.33
HSL 292.73º 0.16% 0.6% -
HSV(B) 292.73º 0.19% 0.67% -
XYZ 31.93 28.9 41.93 -
YUV 149.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 166 137 170 0.02 0.19 0 0.33 292.73 0.16 0.6
Hex A6 89 AA 2 13 0 21 125 10 3C
Octal 246 211 252 2 23 0 41 445 20 74
Binary 10100110 10001001 10101010 10 10011 0 100001 100100101 10000 111100

Color Harmonies of #A689AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689AA

Black with #A689AA

Text Example


Text Example

White with #A689AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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