Html Css Color HEX #AF628D Tapestry

📋 copy color: '#AF628D'

red 175 ◦ green 98 ◦ blue 141

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

Shades of Tapestry #AF628D

Tints of Tapestry #AF628D

RGB

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

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

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

R = 42.27%
G = 23.67%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF628D (or 0xAF628D) is known color: Tapestry. HEX triplet: AF, 62 and 8D. RGB value is (175,98,141). Sum of RGB (Red+Green+Blue) = 175+98+141=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF628D is #509D72. Grayscale: #7D7D7D. Windows color (decimal): -5283187 or 9265839. OLE color: 9265839.

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

Color convert

RGB 175 98 141 -
CMYK 0 0.44 0.19 0.31
HSL 326.49º 0.32% 0.54% -
HSV(B) 326.49º 0.44% 0.69% -
XYZ 26.85 19.77 27.6 -
YUV 125.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 175 98 141 0 0.44 0.19 0.31 326.49 0.32 0.54
Hex AF 62 8D 0 2C 13 1F 146 20 36
Octal 257 142 215 0 54 23 37 506 40 66
Binary 10101111 1100010 10001101 0 101100 10011 11111 101000110 100000 110110

Color Harmonies of #AF628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF628D

Black with #AF628D

Text Example


Text Example

White with #AF628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF628D; }

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

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

background-color css

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

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

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

border-color css

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

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

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