#AB7CAA

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

Shades of London Hue #AB7CAA

Tints of London Hue #AB7CAA

Color information

#AB7CAA (or 0xAB7CAA) is unknown color: approx London Hue. HEX triplet: AB, 7C and AA. RGB value is (171,124,170). Sum of RGB (Red+Green+Blue) = 171+124+170=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7CAA is #548355. Grayscale: #8F8F8F. Windows color (decimal): -5538646 or 11173035. OLE color: 11173035.

HSL color Cylindrical-coordinate representation of color #AB7CAA: hue angle of 301.28º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7CAA is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB171124170-
CMYK00.270.010.33
HSL301.28º21.86%57.84%-
HSV(B)301.28º27.49%67.06%-
XYZ31.2625.9841.4-
YUV143.3143.07147.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 124 (48.83% from 255) = 26.67%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=36.77%
G=26.67%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112417000.270.010.33301.2821.8657.84
HexAB7CAA01B12112d163a
Octal2531742520331414552672
Binary10101011111110010101010011011110000110010110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7CAA; }

 p { color: rgb(171,124,170); }

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

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

 a { background-color: rgb(171,124,170); }

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

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

 span { border-color: rgb(171,124,170); }

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