Html Css Color HEX #AF758E Tapestry

📋 copy color: '#AF758E'

red 175 ◦ green 117 ◦ blue 142

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

Shades of Tapestry #AF758E

Tints of Tapestry #AF758E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 40.32%
G = 26.96%
B = 32.72%

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

#AF758E (or 0xAF758E) is known color: Tapestry. HEX triplet: AF, 75 and 8E. RGB value is (175,117,142). Sum of RGB (Red+Green+Blue) = 175+117+142=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF758E is #508A71. Grayscale: #898989. Windows color (decimal): -5278322 or 9336239. OLE color: 9336239.

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

Color convert

RGB 175 117 142 -
CMYK 0 0.33 0.19 0.31
HSL 334.14º 0.27% 0.57% -
HSV(B) 334.14º 0.33% 0.69% -
XYZ 28.92 23.79 28.66 -
YUV 137.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 175 117 142 0 0.33 0.19 0.31 334.14 0.27 0.57
Hex AF 75 8E 0 21 13 1F 14E 1B 39
Octal 257 165 216 0 41 23 37 516 33 71
Binary 10101111 1110101 10001110 0 100001 10011 11111 101001110 11011 111001

Color Harmonies of #AF758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF758E

Black with #AF758E

Text Example


Text Example

White with #AF758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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