Html Css Color HEX #AB607F Tapestry

📋 copy color: '#AB607F'

red 171 ◦ green 96 ◦ blue 127

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

Shades of Tapestry #AB607F

Tints of Tapestry #AB607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.37%

 BLUE value IS 127 (50% from 255) = 32.23%

R = 43.4%
G = 24.37%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB607F (or 0xAB607F) is known color: Tapestry. HEX triplet: AB, 60 and 7F. RGB value is (171,96,127). Sum of RGB (Red+Green+Blue) = 171+96+127=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB607F is #549F80. Grayscale: #797979. Windows color (decimal): -5545857 or 8347819. OLE color: 8347819.

HSL color Cylindrical-coordinate representation of color #AB607F: hue angle of 335.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB607F is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 127 -
CMYK 0 0.44 0.26 0.33
HSL 335.2º 0.31% 0.52% -
HSV(B) 335.2º 0.44% 0.67% -
XYZ 24.81 18.56 22.35 -
YUV 121.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 171 96 127 0 0.44 0.26 0.33 335.2 0.31 0.52
Hex AB 60 7F 0 2C 1A 21 14F 1F 34
Octal 253 140 177 0 54 32 41 517 37 64
Binary 10101011 1100000 1111111 0 101100 11010 100001 101001111 11111 110100

Color Harmonies of #AB607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB607F

Black with #AB607F

Text Example


Text Example

White with #AB607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB607F; }

 p { color: rgb(171,96,127); }

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

background-color css

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

 a { background-color: rgb(171,96,127); }

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

border-color css

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

 span { border-color: rgb(171,96,127); }

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