#AB6878

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

Shades of Turkish Rose #AB6878

Tints of Turkish Rose #AB6878

Color information

#AB6878 (or 0xAB6878) is unknown color: approx Turkish Rose. HEX triplet: AB, 68 and 78. RGB value is (171,104,120). Sum of RGB (Red+Green+Blue) = 171+104+120=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6878 is #549787. Grayscale: #7D7D7D. Windows color (decimal): -5543816 or 7891115. OLE color: 7891115.

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

Color convert

RGB171104120-
CMYK00.390.300.33
HSL345.67º28.51%53.92%-
HSV(B)345.67º39.18%67.06%-
XYZ25.1419.9120.29-
YUV125.86124.7160.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=43.29%
G=26.33%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110412000.390.300.33345.6728.5153.92
HexAB68780271E2115a1d36
Octal25315017004736415323566
Binary101010111101000111100001001111111010000110101101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6878; }

 p { color: rgb(171,104,120); }

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

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

 a { background-color: rgb(171,104,120); }

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

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

 span { border-color: rgb(171,104,120); }

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