#A680AA

Color #A680AA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #A680AA

Tints of London Hue #A680AA

Color information

#A680AA (or 0xA680AA) is unknown color: approx London Hue. HEX triplet: A6, 80 and AA. RGB value is (166,128,170). Sum of RGB (Red+Green+Blue) = 166+128+170=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #A680AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A680AA is #597F55. Grayscale: #909090. Windows color (decimal): -5865302 or 11174054. OLE color: 11174054.

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

Color convert

RGB166128170-
CMYK0.020.2500.33
HSL294.29º19.81%58.43%-
HSV(B)294.29º24.71%66.67%-
XYZ30.726.4541.52-
YUV144.15142.59143.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=35.78%
G=27.59%
B=36.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661281700.020.2500.33294.2919.8158.43
HexA680AA219021126143a
Octal2462002522310414462472
Binary1010011010000000101010101011001010000110010011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680AA; }

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

 H1.HeaderClassName
 {
   color: #A680AA;
 }
 .AnyTagClassName
 {
   color: #A680AA;
 }
</style>
background-color css

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

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

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

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

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

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