#A68FA5

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

Shades of London Hue #A68FA5

Tints of London Hue #A68FA5

Color information

#A68FA5 (or 0xA68FA5) is unknown color: approx London Hue. HEX triplet: A6, 8F and A5. RGB value is (166,143,165). Sum of RGB (Red+Green+Blue) = 166+143+165=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 166 - color contains mainly: red. Hex color #A68FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68FA5 is #59705A. Grayscale: #989898. Windows color (decimal): -5861467 or 10850214. OLE color: 10850214.

HSL color Cylindrical-coordinate representation of color #A68FA5: hue angle of 302.61º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A68FA5 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB166143165-
CMYK00.140.010.35
HSL302.61º11.44%60.59%-
HSV(B)302.61º13.86%65.1%-
XYZ32.3430.4739.77-
YUV152.38135.12137.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.02%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 165 (64.84% from 255) = 34.81%
R=35.02%
G=30.17%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614316500.140.010.35302.6111.4460.59
HexA68FA50E12312fb3d
Octal2462172450161434571375
Binary1010011010001111101001010111011000111001011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FA5; }

 p { color: rgb(166,143,165); }

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

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

 a { background-color: rgb(166,143,165); }

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

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

 span { border-color: rgb(166,143,165); }

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