#A88CA3

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

Shades of London Hue #A88CA3

Tints of London Hue #A88CA3

Color information

#A88CA3 (or 0xA88CA3) is unknown color: approx London Hue. HEX triplet: A8, 8C and A3. RGB value is (168,140,163). Sum of RGB (Red+Green+Blue) = 168+140+163=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 168 - color contains mainly: red. Hex color #A88CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88CA3 is #57735C. Grayscale: #969696. Windows color (decimal): -5731165 or 10718376. OLE color: 10718376.

HSL color Cylindrical-coordinate representation of color #A88CA3: hue angle of 310.71º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A88CA3 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB168140163-
CMYK00.170.030.34
HSL310.71º13.86%60.39%-
HSV(B)310.71º16.67%65.88%-
XYZ32.1429.7338.69-
YUV150.99134.78140.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 163 (64.06% from 255) = 34.61%
R=35.67%
G=29.72%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814016300.170.030.34310.7113.8660.39
HexA88CA3011322137e3c
Octal2502142430213424671674
Binary101010001000110010100011010001111000101001101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CA3; }

 p { color: rgb(168,140,163); }

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

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

 a { background-color: rgb(168,140,163); }

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

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

 span { border-color: rgb(168,140,163); }

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