Html Css Color HEX #AB6778 Turkish Rose

📋 copy color: '#AB6778'

red 171 ◦ green 103 ◦ blue 120

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

Shades of Turkish Rose #AB6778

Tints of Turkish Rose #AB6778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.14%

 BLUE value IS 120 (47.27% from 255) = 30.46%

R = 43.4%
G = 26.14%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB6778 (or 0xAB6778) is known color: Turkish Rose. HEX triplet: AB, 67 and 78. RGB value is (171,103,120). Sum of RGB (Red+Green+Blue) = 171+103+120=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6778 is #549887. Grayscale: #7D7D7D. Windows color (decimal): -5544072 or 7890859. OLE color: 7890859.

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

Color convert

RGB 171 103 120 -
CMYK 0 0.40 0.30 0.33
HSL 345º 0.29% 0.54% -
HSV(B) 345º 0.4% 0.67% -
XYZ 25.04 19.71 20.26 -
YUV 125.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 171 103 120 0 0.40 0.30 0.33 345 0.29 0.54
Hex AB 67 78 0 28 1E 21 159 1D 36
Octal 253 147 170 0 50 36 41 531 35 66
Binary 10101011 1100111 1111000 0 101000 11110 100001 101011001 11101 110110

Color Harmonies of #AB6778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6778

Black with #AB6778

Text Example


Text Example

White with #AB6778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6778; }

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

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

background-color css

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

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

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

border-color css

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

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

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