#AC7BAD

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

Shades of London Hue #AC7BAD

Tints of London Hue #AC7BAD

Color information

#AC7BAD (or 0xAC7BAD) is unknown color: approx London Hue. HEX triplet: AC, 7B and AD. RGB value is (172,123,173). Sum of RGB (Red+Green+Blue) = 172+123+173=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7BAD is #538452. Grayscale: #8F8F8F. Windows color (decimal): -5473363 or 11369388. OLE color: 11369388.

HSL color Cylindrical-coordinate representation of color #AC7BAD: hue angle of 298.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC7BAD is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172123173-
CMYK0.010.2900.32
HSL298.8º23.36%58.04%-
HSV(B)298.8º28.9%67.84%-
XYZ31.6425.9542.88-
YUV143.35144.73148.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 123 (48.44% from 255) = 26.28%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=36.75%
G=26.28%
B=36.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721231730.010.2900.32298.823.3658.04
HexAC7BAD11D02012b173a
Octal2541732551350404532772
Binary10101100111101110101101111101010000010010101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7BAD; }

 p { color: rgb(172,123,173); }

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

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

 a { background-color: rgb(172,123,173); }

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

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

 span { border-color: rgb(172,123,173); }

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