Html Css Color HEX #AF6287 Tapestry

📋 copy color: '#AF6287'

red 175 ◦ green 98 ◦ blue 135

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

Shades of Tapestry #AF6287

Tints of Tapestry #AF6287

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.02%

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

R = 42.89%
G = 24.02%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF6287 (or 0xAF6287) is known color: Tapestry. HEX triplet: AF, 62 and 87. RGB value is (175,98,135). Sum of RGB (Red+Green+Blue) = 175+98+135=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6287 is #509D78. Grayscale: #7D7D7D. Windows color (decimal): -5283193 or 8872623. OLE color: 8872623.

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

Color convert

RGB 175 98 135 -
CMYK 0 0.44 0.23 0.31
HSL 331.17º 0.32% 0.54% -
HSV(B) 331.17º 0.44% 0.69% -
XYZ 26.42 19.6 25.31 -
YUV 125.24 133.51 163.49 -
System Red Green Blue C M Y K H S L
Decimal 175 98 135 0 0.44 0.23 0.31 331.17 0.32 0.54
Hex AF 62 87 0 2C 17 1F 14B 20 36
Octal 257 142 207 0 54 27 37 513 40 66
Binary 10101111 1100010 10000111 0 101100 10111 11111 101001011 100000 110110

Color Harmonies of #AF6287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6287

Black with #AF6287

Text Example


Text Example

White with #AF6287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6287; }

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

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

background-color css

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

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

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

border-color css

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

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

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