Html Css Color HEX #AB7880 Turkish Rose

📋 copy color: '#AB7880'

red 171 ◦ green 120 ◦ blue 128

#AB7880
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AB7880

Tints of Turkish Rose #AB7880

RGB

 RED value IS 171 (67.19% from 255) = 40.81%

 GREEN value IS 120 (47.27% from 255) = 28.64%

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 40.81%
G = 28.64%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB7880 (or 0xAB7880) is known color: Turkish Rose. HEX triplet: AB, 78 and 80. RGB value is (171,120,128). Sum of RGB (Red+Green+Blue) = 171+120+128=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7880 is #54877F. Grayscale: #888888. Windows color (decimal): -5539712 or 8419499. OLE color: 8419499.

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

Color convert

RGB 171 120 128 -
CMYK 0 0.30 0.25 0.33
HSL 350.59º 0.23% 0.57% -
HSV(B) 350.59º 0.3% 0.67% -
XYZ 27.41 23.65 23.54 -
YUV 136.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 171 120 128 0 0.30 0.25 0.33 350.59 0.23 0.57
Hex AB 78 80 0 1E 19 21 15F 17 39
Octal 253 170 200 0 36 31 41 537 27 71
Binary 10101011 1111000 10000000 0 11110 11001 100001 101011111 10111 111001

Color Harmonies of #AB7880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7880

Black with #AB7880

Text Example


Text Example

White with #AB7880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7880; }

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

 H1.HeaderClassName
 {
   color: #AB7880;
 }
 .AnyTagClassName
 {
   color: #AB7880;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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