#AB7980

Color #AB7980 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AB7980

Tints of Turkish Rose #AB7980

Color information

#AB7980 (or 0xAB7980) is unknown color: approx Turkish Rose. HEX triplet: AB, 79 and 80. RGB value is (171,121,128). Sum of RGB (Red+Green+Blue) = 171+121+128=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7980 is #54867F. Grayscale: #888888. Windows color (decimal): -5539456 or 8419755. OLE color: 8419755.

HSL color Cylindrical-coordinate representation of color #AB7980: hue angle of 351.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7980 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB171121128-
CMYK00.290.250.33
HSL351.6º22.94%57.25%-
HSV(B)351.6º29.24%67.06%-
XYZ27.5323.8923.58-
YUV136.75123.06152.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=40.71%
G=28.81%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112112800.290.250.33351.622.9457.25
HexAB798001D19211601739
Octal25317120003531415402771
Binary101010111111001100000000111011100110000110110000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7980; }

 p { color: rgb(171,121,128); }

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

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

 a { background-color: rgb(171,121,128); }

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

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

 span { border-color: rgb(171,121,128); }

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