Html Css Color HEX #AB6574 Turkish Rose

📋 copy color: '#AB6574'

red 171 ◦ green 101 ◦ blue 116

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

Shades of Turkish Rose #AB6574

Tints of Turkish Rose #AB6574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.03%

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 44.07%
G = 26.03%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB6574 (or 0xAB6574) is known color: Turkish Rose. HEX triplet: AB, 65 and 74. RGB value is (171,101,116). Sum of RGB (Red+Green+Blue) = 171+101+116=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6574 is #549A8B. Grayscale: #7B7B7B. Windows color (decimal): -5544588 or 7628203. OLE color: 7628203.

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

Color convert

RGB 171 101 116 -
CMYK 0 0.41 0.32 0.33
HSL 347.14º 0.29% 0.53% -
HSV(B) 347.14º 0.41% 0.67% -
XYZ 24.6 19.23 18.94 -
YUV 123.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 171 101 116 0 0.41 0.32 0.33 347.14 0.29 0.53
Hex AB 65 74 0 29 20 21 15B 1D 35
Octal 253 145 164 0 51 40 41 533 35 65
Binary 10101011 1100101 1110100 0 101001 100000 100001 101011011 11101 110101

Color Harmonies of #AB6574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6574

Black with #AB6574

Text Example


Text Example

White with #AB6574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6574; }

 p { color: rgb(171,101,116); }

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

background-color css

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

 a { background-color: rgb(171,101,116); }

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

border-color css

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

 span { border-color: rgb(171,101,116); }

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