Html Css Color HEX #AF678F Tapestry

📋 copy color: '#AF678F'

red 175 ◦ green 103 ◦ blue 143

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

Shades of Tapestry #AF678F

Tints of Tapestry #AF678F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.47%

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

R = 41.57%
G = 24.47%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF678F (or 0xAF678F) is known color: Tapestry. HEX triplet: AF, 67 and 8F. RGB value is (175,103,143). Sum of RGB (Red+Green+Blue) = 175+103+143=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF678F is #509870. Grayscale: #818181. Windows color (decimal): -5281905 or 9398191. OLE color: 9398191.

HSL color Cylindrical-coordinate representation of color #AF678F: hue angle of 326.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF678F is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 143 -
CMYK 0 0.41 0.18 0.31
HSL 326.67º 0.31% 0.55% -
HSV(B) 326.67º 0.41% 0.69% -
XYZ 27.49 20.8 28.55 -
YUV 129.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 175 103 143 0 0.41 0.18 0.31 326.67 0.31 0.55
Hex AF 67 8F 0 29 12 1F 147 1F 37
Octal 257 147 217 0 51 22 37 507 37 67
Binary 10101111 1100111 10001111 0 101001 10010 11111 101000111 11111 110111

Color Harmonies of #AF678F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF678F

Black with #AF678F

Text Example


Text Example

White with #AF678F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF678F; }

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

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

background-color css

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

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

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

border-color css

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

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

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