#AC7AB1

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

Shades of London Hue #AC7AB1

Tints of London Hue #AC7AB1

Color information

#AC7AB1 (or 0xAC7AB1) is unknown color: approx London Hue. HEX triplet: AC, 7A and B1. RGB value is (172,122,177). Sum of RGB (Red+Green+Blue) = 172+122+177=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC7AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7AB1 is #53854E. Grayscale: #8F8F8F. Windows color (decimal): -5473615 or 11631276. OLE color: 11631276.

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

Color convert

RGB172122177-
CMYK0.030.3100.31
HSL294.55º26.07%58.63%-
HSV(B)294.55º31.07%69.41%-
XYZ31.9125.8644.91-
YUV143.22147.06148.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 177 (69.53% from 255) = 37.58%
R=36.52%
G=25.90%
B=37.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721221770.030.3100.31294.5526.0758.63
HexAC7AB131F01F1271a3b
Octal2541722613370374473273
Binary10101100111101010110001111111101111110010011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7AB1; }

 p { color: rgb(172,122,177); }

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

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

 a { background-color: rgb(172,122,177); }

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

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

 span { border-color: rgb(172,122,177); }

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