Html Css Color HEX #AF6D8F Tapestry

📋 copy color: '#AF6D8F'

red 175 ◦ green 109 ◦ blue 143

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

Shades of Tapestry #AF6D8F

Tints of Tapestry #AF6D8F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.53%

 BLUE value IS 143 (56.25% from 255) = 33.49%

R = 40.98%
G = 25.53%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF6D8F (or 0xAF6D8F) is known color: Tapestry. HEX triplet: AF, 6D and 8F. RGB value is (175,109,143). Sum of RGB (Red+Green+Blue) = 175+109+143=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D8F is #509270. Grayscale: #848484. Windows color (decimal): -5280369 or 9399727. OLE color: 9399727.

HSL color Cylindrical-coordinate representation of color #AF6D8F: hue angle of 329.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6D8F is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 109 143 -
CMYK 0 0.38 0.18 0.31
HSL 329.09º 0.29% 0.56% -
HSV(B) 329.09º 0.38% 0.69% -
XYZ 28.11 22.03 28.76 -
YUV 132.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 175 109 143 0 0.38 0.18 0.31 329.09 0.29 0.56
Hex AF 6D 8F 0 26 12 1F 149 1D 38
Octal 257 155 217 0 46 22 37 511 35 70
Binary 10101111 1101101 10001111 0 100110 10010 11111 101001001 11101 111000

Color Harmonies of #AF6D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D8F

Black with #AF6D8F

Text Example


Text Example

White with #AF6D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D8F; }

 p { color: rgb(175,109,143); }

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

background-color css

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

 a { background-color: rgb(175,109,143); }

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

border-color css

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

 span { border-color: rgb(175,109,143); }

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