Html Css Color HEX #AB5F7B Tapestry

📋 copy color: '#AB5F7B'

red 171 ◦ green 95 ◦ blue 123

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

Shades of Tapestry #AB5F7B

Tints of Tapestry #AB5F7B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 43.96%
G = 24.42%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB5F7B (or 0xAB5F7B) is known color: Tapestry. HEX triplet: AB, 5F and 7B. RGB value is (171,95,123). Sum of RGB (Red+Green+Blue) = 171+95+123=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5F7B is #54A084. Grayscale: #787878. Windows color (decimal): -5546117 or 8085419. OLE color: 8085419.

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

Color convert

RGB 171 95 123 -
CMYK 0 0.44 0.28 0.33
HSL 337.89º 0.31% 0.52% -
HSV(B) 337.89º 0.44% 0.67% -
XYZ 24.46 18.27 20.98 -
YUV 120.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 171 95 123 0 0.44 0.28 0.33 337.89 0.31 0.52
Hex AB 5F 7B 0 2C 1C 21 152 1F 34
Octal 253 137 173 0 54 34 41 522 37 64
Binary 10101011 1011111 1111011 0 101100 11100 100001 101010010 11111 110100

Color Harmonies of #AB5F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5F7B

Black with #AB5F7B

Text Example


Text Example

White with #AB5F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5F7B; }

 p { color: rgb(171,95,123); }

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

background-color css

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

 a { background-color: rgb(171,95,123); }

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

border-color css

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

 span { border-color: rgb(171,95,123); }

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