Html Css Color HEX #AB607C Tapestry

📋 copy color: '#AB607C'

red 171 ◦ green 96 ◦ blue 124

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

Shades of Tapestry #AB607C

Tints of Tapestry #AB607C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 43.73%
G = 24.55%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB607C (or 0xAB607C) is known color: Tapestry. HEX triplet: AB, 60 and 7C. RGB value is (171,96,124). Sum of RGB (Red+Green+Blue) = 171+96+124=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB607C is #549F83. Grayscale: #797979. Windows color (decimal): -5545860 or 8151211. OLE color: 8151211.

HSL color Cylindrical-coordinate representation of color #AB607C: hue angle of 337.6º 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 #AB607C is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 124 -
CMYK 0 0.44 0.27 0.33
HSL 337.6º 0.31% 0.52% -
HSV(B) 337.6º 0.44% 0.67% -
XYZ 24.62 18.48 21.34 -
YUV 121.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 171 96 124 0 0.44 0.27 0.33 337.6 0.31 0.52
Hex AB 60 7C 0 2C 1B 21 152 1F 34
Octal 253 140 174 0 54 33 41 522 37 64
Binary 10101011 1100000 1111100 0 101100 11011 100001 101010010 11111 110100

Color Harmonies of #AB607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB607C

Black with #AB607C

Text Example


Text Example

White with #AB607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB607C; }

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

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

background-color css

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

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

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

border-color css

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

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

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