#AC7BAF

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

Shades of London Hue #AC7BAF

Tints of London Hue #AC7BAF

Color information

#AC7BAF (or 0xAC7BAF) is unknown color: approx London Hue. HEX triplet: AC, 7B and AF. RGB value is (172,123,175). Sum of RGB (Red+Green+Blue) = 172+123+175=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC7BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7BAF is #538450. Grayscale: #8F8F8F. Windows color (decimal): -5473361 or 11500460. OLE color: 11500460.

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

Color convert

RGB172123175-
CMYK0.020.3000.31
HSL296.54º24.53%58.43%-
HSV(B)296.54º29.71%68.63%-
XYZ31.8326.0343.9-
YUV143.58145.73148.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 175 (68.75% from 255) = 37.23%
R=36.60%
G=26.17%
B=37.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721231750.020.3000.31296.5424.5358.43
HexAC7BAF21E01F129193a
Octal2541732572360374513172
Binary10101100111101110101111101111001111110010100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7BAF; }

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

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

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

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

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

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

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

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