Html Css Color HEX #AB6478 Turkish Rose

📋 copy color: '#AB6478'

red 171 ◦ green 100 ◦ blue 120

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

Shades of Turkish Rose #AB6478

Tints of Turkish Rose #AB6478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.58%

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

R = 43.73%
G = 25.58%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB6478 (or 0xAB6478) is known color: Turkish Rose. HEX triplet: AB, 64 and 78. RGB value is (171,100,120). Sum of RGB (Red+Green+Blue) = 171+100+120=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6478 is #549B87. Grayscale: #7B7B7B. Windows color (decimal): -5544840 or 7890091. OLE color: 7890091.

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

Color convert

RGB 171 100 120 -
CMYK 0 0.42 0.30 0.33
HSL 343.1º 0.3% 0.53% -
HSV(B) 343.1º 0.42% 0.67% -
XYZ 24.74 19.13 20.16 -
YUV 123.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 171 100 120 0 0.42 0.30 0.33 343.1 0.3 0.53
Hex AB 64 78 0 2A 1E 21 157 1E 35
Octal 253 144 170 0 52 36 41 527 36 65
Binary 10101011 1100100 1111000 0 101010 11110 100001 101010111 11110 110101

Color Harmonies of #AB6478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6478

Black with #AB6478

Text Example


Text Example

White with #AB6478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6478; }

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

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

background-color css

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

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

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

border-color css

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

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

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