#A68CA1

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

Shades of London Hue #A68CA1

Tints of London Hue #A68CA1

Color information

#A68CA1 (or 0xA68CA1) is unknown color: approx London Hue. HEX triplet: A6, 8C and A1. RGB value is (166,140,161). Sum of RGB (Red+Green+Blue) = 166+140+161=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 166 - color contains mainly: red. Hex color #A68CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68CA1 is #59735E. Grayscale: #969696. Windows color (decimal): -5862239 or 10587302. OLE color: 10587302.

HSL color Cylindrical-coordinate representation of color #A68CA1: hue angle of 311.54º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A68CA1 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB166140161-
CMYK00.160.030.35
HSL311.54º12.75%60%-
HSV(B)311.54º15.66%65.1%-
XYZ31.5429.4437.74-
YUV150.17134.11139.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 140 (55.08% from 255) = 29.98%
BLUE value IS 161 (63.28% from 255) = 34.48%
R=35.55%
G=29.98%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614016100.160.030.35311.5412.7560
HexA68CA1010323138d3c
Octal2462142410203434701574
Binary101001101000110010100001010000111000111001110001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68CA1; }

 p { color: rgb(166,140,161); }

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

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

 a { background-color: rgb(166,140,161); }

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

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

 span { border-color: rgb(166,140,161); }

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