#AC7DAD

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

Shades of London Hue #AC7DAD

Tints of London Hue #AC7DAD

Color information

#AC7DAD (or 0xAC7DAD) is unknown color: approx London Hue. HEX triplet: AC, 7D and AD. RGB value is (172,125,173). Sum of RGB (Red+Green+Blue) = 172+125+173=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC7DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7DAD is #538252. Grayscale: #909090. Windows color (decimal): -5472851 or 11369900. OLE color: 11369900.

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

Color convert

RGB172125173-
CMYK0.010.2800.32
HSL298.75º22.64%58.43%-
HSV(B)298.75º27.75%67.84%-
XYZ31.8926.4642.96-
YUV144.52144.07147.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=36.60%
G=26.60%
B=36.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721251730.010.2800.32298.7522.6458.43
HexAC7DAD11C02012b173a
Octal2541752551340404532772
Binary10101100111110110101101111100010000010010101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DAD; }

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

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

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

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

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

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

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

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