Html Css Color HEX #AF6C8D Tapestry

📋 copy color: '#AF6C8D'

red 175 ◦ green 108 ◦ blue 141

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

Shades of Tapestry #AF6C8D

Tints of Tapestry #AF6C8D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.47%

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

R = 41.27%
G = 25.47%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF6C8D (or 0xAF6C8D) is known color: Tapestry. HEX triplet: AF, 6C and 8D. RGB value is (175,108,141). Sum of RGB (Red+Green+Blue) = 175+108+141=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C8D is #509372. Grayscale: #838383. Windows color (decimal): -5280627 or 9268399. OLE color: 9268399.

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

Color convert

RGB 175 108 141 -
CMYK 0 0.38 0.19 0.31
HSL 330.45º 0.3% 0.55% -
HSV(B) 330.45º 0.38% 0.69% -
XYZ 27.85 21.76 27.93 -
YUV 131.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 175 108 141 0 0.38 0.19 0.31 330.45 0.3 0.55
Hex AF 6C 8D 0 26 13 1F 14A 1E 37
Octal 257 154 215 0 46 23 37 512 36 67
Binary 10101111 1101100 10001101 0 100110 10011 11111 101001010 11110 110111

Color Harmonies of #AF6C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C8D

Black with #AF6C8D

Text Example


Text Example

White with #AF6C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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