#AC95B0

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

Shades of London Hue #AC95B0

Tints of London Hue #AC95B0

Color information

#AC95B0 (or 0xAC95B0) is unknown color: approx London Hue. HEX triplet: AC, 95 and B0. RGB value is (172,149,176). Sum of RGB (Red+Green+Blue) = 172+149+176=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC95B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC95B0 is #536A4F. Grayscale: #9E9E9E. Windows color (decimal): -5466704 or 11572652. OLE color: 11572652.

HSL color Cylindrical-coordinate representation of color #AC95B0: hue angle of 291.11º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC95B0 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172149176-
CMYK0.020.1500.31
HSL291.11º14.59%63.73%-
HSV(B)291.11º15.34%69.02%-
XYZ35.633.445.64-
YUV158.95137.62137.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 176 (69.14% from 255) = 35.41%
R=34.61%
G=29.98%
B=35.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721491760.020.1500.31291.1114.5963.73
HexAC95B02F01F123f40
Octal25422526021703744317100
Binary10101100100101011011000010111101111110010001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95B0; }

 p { color: rgb(172,149,176); }

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

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

 a { background-color: rgb(172,149,176); }

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

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

 span { border-color: rgb(172,149,176); }

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