Html Css Color HEX #AF6087 Tapestry

📋 copy color: '#AF6087'

red 175 ◦ green 96 ◦ blue 135

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

Shades of Tapestry #AF6087

Tints of Tapestry #AF6087

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.65%

 BLUE value IS 135 (53.13% from 255) = 33.25%

R = 43.1%
G = 23.65%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF6087 (or 0xAF6087) is known color: Tapestry. HEX triplet: AF, 60 and 87. RGB value is (175,96,135). Sum of RGB (Red+Green+Blue) = 175+96+135=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6087 is #509F78. Grayscale: #7B7B7B. Windows color (decimal): -5283705 or 8872111. OLE color: 8872111.

HSL color Cylindrical-coordinate representation of color #AF6087: hue angle of 330.38º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6087 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 96 135 -
CMYK 0 0.45 0.23 0.31
HSL 330.38º 0.33% 0.53% -
HSV(B) 330.38º 0.45% 0.69% -
XYZ 26.24 19.23 25.25 -
YUV 124.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 175 96 135 0 0.45 0.23 0.31 330.38 0.33 0.53
Hex AF 60 87 0 2D 17 1F 14A 21 35
Octal 257 140 207 0 55 27 37 512 41 65
Binary 10101111 1100000 10000111 0 101101 10111 11111 101001010 100001 110101

Color Harmonies of #AF6087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6087

Black with #AF6087

Text Example


Text Example

White with #AF6087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6087; }

 p { color: rgb(175,96,135); }

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

background-color css

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

 a { background-color: rgb(175,96,135); }

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

border-color css

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

 span { border-color: rgb(175,96,135); }

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