#A693AA

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

Shades of London Hue #A693AA

Tints of London Hue #A693AA

Color information

#A693AA (or 0xA693AA) is unknown color: approx London Hue. HEX triplet: A6, 93 and AA. RGB value is (166,147,170). Sum of RGB (Red+Green+Blue) = 166+147+170=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 170 - color contains mainly: blue. Hex color #A693AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A693AA is #596C55. Grayscale: #9B9B9B. Windows color (decimal): -5860438 or 11178918. OLE color: 11178918.

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

Color convert

RGB166147170-
CMYK0.020.1400.33
HSL289.57º11.92%62.16%-
HSV(B)289.57º13.53%66.67%-
XYZ33.4231.8842.42-
YUV155.3136.29135.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=34.37%
G=30.43%
B=35.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661471700.020.1400.33289.5711.9262.16
HexA693AA2E021122c3e
Octal2462232522160414421476
Binary10100110100100111010101010111001000011001000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693AA; }

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

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

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

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

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

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

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

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