Html Css Color HEX #AF628F Tapestry

📋 copy color: '#AF628F'

red 175 ◦ green 98 ◦ blue 143

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

Shades of Tapestry #AF628F

Tints of Tapestry #AF628F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.38%

R = 42.07%
G = 23.56%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF628F (or 0xAF628F) is known color: Tapestry. HEX triplet: AF, 62 and 8F. RGB value is (175,98,143). Sum of RGB (Red+Green+Blue) = 175+98+143=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF628F is #509D70. Grayscale: #7E7E7E. Windows color (decimal): -5283185 or 9396911. OLE color: 9396911.

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

Color convert

RGB 175 98 143 -
CMYK 0 0.44 0.18 0.31
HSL 324.94º 0.32% 0.54% -
HSV(B) 324.94º 0.44% 0.69% -
XYZ 27 19.83 28.39 -
YUV 126.15 137.51 162.84 -
System Red Green Blue C M Y K H S L
Decimal 175 98 143 0 0.44 0.18 0.31 324.94 0.32 0.54
Hex AF 62 8F 0 2C 12 1F 145 20 36
Octal 257 142 217 0 54 22 37 505 40 66
Binary 10101111 1100010 10001111 0 101100 10010 11111 101000101 100000 110110

Color Harmonies of #AF628F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF628F

Black with #AF628F

Text Example


Text Example

White with #AF628F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF628F; }

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

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

background-color css

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

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

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

border-color css

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

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

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