Html Css Color HEX #AB6878 Turkish Rose

📋 copy color: '#AB6878'

red 171 ◦ green 104 ◦ blue 120

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

Shades of Turkish Rose #AB6878

Tints of Turkish Rose #AB6878

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 value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB6878 (or 0xAB6878) is known color: 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

RGB 171 104 120 -
CMYK 0 0.39 0.30 0.33
HSL 345.67º 0.29% 0.54% -
HSV(B) 345.67º 0.39% 0.67% -
XYZ 25.14 19.91 20.29 -
YUV 125.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 171 104 120 0 0.39 0.30 0.33 345.67 0.29 0.54
Hex AB 68 78 0 27 1E 21 15A 1D 36
Octal 253 150 170 0 47 36 41 532 35 66
Binary 10101011 1101000 1111000 0 100111 11110 100001 101011010 11101 110110

Color Harmonies of #AB6878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6878

Black with #AB6878

Text Example


Text Example

White with #AB6878

Text Example


Text Example

HTML Codes & Css Web 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>