Html Css Color HEX #AF6D8B Tapestry

📋 copy color: '#AF6D8B'

red 175 ◦ green 109 ◦ blue 139

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

Shades of Tapestry #AF6D8B

Tints of Tapestry #AF6D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.86%

R = 41.37%
G = 25.77%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF6D8B (or 0xAF6D8B) is known color: Tapestry. HEX triplet: AF, 6D and 8B. RGB value is (175,109,139). Sum of RGB (Red+Green+Blue) = 175+109+139=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D8B is #509274. Grayscale: #848484. Windows color (decimal): -5280373 or 9137583. OLE color: 9137583.

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

Color convert

RGB 175 109 139 -
CMYK 0 0.38 0.21 0.31
HSL 332.73º 0.29% 0.56% -
HSV(B) 332.73º 0.38% 0.69% -
XYZ 27.81 21.92 27.19 -
YUV 132.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 175 109 139 0 0.38 0.21 0.31 332.73 0.29 0.56
Hex AF 6D 8B 0 26 15 1F 14D 1D 38
Octal 257 155 213 0 46 25 37 515 35 70
Binary 10101111 1101101 10001011 0 100110 10101 11111 101001101 11101 111000

Color Harmonies of #AF6D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D8B

Black with #AF6D8B

Text Example


Text Example

White with #AF6D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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