Html Css Color HEX #AF658D Tapestry

📋 copy color: '#AF658D'

red 175 ◦ green 101 ◦ blue 141

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

Shades of Tapestry #AF658D

Tints of Tapestry #AF658D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.22%

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

R = 41.97%
G = 24.22%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF658D (or 0xAF658D) is known color: Tapestry. HEX triplet: AF, 65 and 8D. RGB value is (175,101,141). Sum of RGB (Red+Green+Blue) = 175+101+141=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF658D is #509A72. Grayscale: #7F7F7F. Windows color (decimal): -5282419 or 9266607. OLE color: 9266607.

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

Color convert

RGB 175 101 141 -
CMYK 0 0.42 0.19 0.31
HSL 327.57º 0.32% 0.54% -
HSV(B) 327.57º 0.42% 0.69% -
XYZ 27.14 20.34 27.7 -
YUV 127.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 175 101 141 0 0.42 0.19 0.31 327.57 0.32 0.54
Hex AF 65 8D 0 2A 13 1F 148 20 36
Octal 257 145 215 0 52 23 37 510 40 66
Binary 10101111 1100101 10001101 0 101010 10011 11111 101001000 100000 110110

Color Harmonies of #AF658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF658D

Black with #AF658D

Text Example


Text Example

White with #AF658D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF658D; }

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

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

background-color css

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

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

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

border-color css

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

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

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