Html Css Color HEX #AF758D Tapestry

📋 copy color: '#AF758D'

red 175 ◦ green 117 ◦ blue 141

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

Shades of Tapestry #AF758D

Tints of Tapestry #AF758D

RGB

 RED value IS 175 (68.75% from 255) = 40.42%

 GREEN value IS 117 (46.09% from 255) = 27.02%

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 40.42%
G = 27.02%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF758D (or 0xAF758D) is known color: Tapestry. HEX triplet: AF, 75 and 8D. RGB value is (175,117,141). Sum of RGB (Red+Green+Blue) = 175+117+141=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF758D is #508A72. Grayscale: #898989. Windows color (decimal): -5278323 or 9270703. OLE color: 9270703.

HSL color Cylindrical-coordinate representation of color #AF758D: hue angle of 335.17º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF758D is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 141 -
CMYK 0 0.33 0.19 0.31
HSL 335.17º 0.27% 0.57% -
HSV(B) 335.17º 0.33% 0.69% -
XYZ 28.85 23.76 28.26 -
YUV 137.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 175 117 141 0 0.33 0.19 0.31 335.17 0.27 0.57
Hex AF 75 8D 0 21 13 1F 14F 1B 39
Octal 257 165 215 0 41 23 37 517 33 71
Binary 10101111 1110101 10001101 0 100001 10011 11111 101001111 11011 111001

Color Harmonies of #AF758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF758D

Black with #AF758D

Text Example


Text Example

White with #AF758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF758D; }

 p { color: rgb(175,117,141); }

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

background-color css

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

 a { background-color: rgb(175,117,141); }

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

border-color css

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

 span { border-color: rgb(175,117,141); }

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