#A17FA0

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

Shades of London Hue #A17FA0

Tints of London Hue #A17FA0

Color information

#A17FA0 (or 0xA17FA0) is unknown color: approx London Hue. HEX triplet: A1, 7F and A0. RGB value is (161,127,160). Sum of RGB (Red+Green+Blue) = 161+127+160=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A17FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17FA0 is #5E805F. Grayscale: #8C8C8C. Windows color (decimal): -6193248 or 10518433. OLE color: 10518433.

HSL color Cylindrical-coordinate representation of color #A17FA0: hue angle of 301.76º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A17FA0 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB161127160-
CMYK00.210.010.37
HSL301.76º15.32%56.47%-
HSV(B)301.76º21.12%63.14%-
XYZ28.6325.2936.63-
YUV140.93138.76142.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 160 (62.89% from 255) = 35.71%
R=35.94%
G=28.35%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112716000.210.010.37301.7615.3256.47
HexA17FA001512512ef38
Octal2411772400251454561770
Binary1010000111111111010000001010111001011001011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17FA0; }

 p { color: rgb(161,127,160); }

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

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

 a { background-color: rgb(161,127,160); }

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

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

 span { border-color: rgb(161,127,160); }

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