Html Css Color HEX #AF638F Tapestry

📋 copy color: '#AF638F'

red 175 ◦ green 99 ◦ blue 143

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

Shades of Tapestry #AF638F

Tints of Tapestry #AF638F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.74%

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

R = 41.97%
G = 23.74%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF638F (or 0xAF638F) is known color: Tapestry. HEX triplet: AF, 63 and 8F. RGB value is (175,99,143). Sum of RGB (Red+Green+Blue) = 175+99+143=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF638F is #509C70. Grayscale: #7E7E7E. Windows color (decimal): -5282929 or 9397167. OLE color: 9397167.

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

Color convert

RGB 175 99 143 -
CMYK 0 0.43 0.18 0.31
HSL 325.26º 0.32% 0.54% -
HSV(B) 325.26º 0.43% 0.69% -
XYZ 27.1 20.02 28.42 -
YUV 126.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 175 99 143 0 0.43 0.18 0.31 325.26 0.32 0.54
Hex AF 63 8F 0 2B 12 1F 145 20 36
Octal 257 143 217 0 53 22 37 505 40 66
Binary 10101111 1100011 10001111 0 101011 10010 11111 101000101 100000 110110

Color Harmonies of #AF638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF638F

Black with #AF638F

Text Example


Text Example

White with #AF638F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF638F; }

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

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

background-color css

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

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

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

border-color css

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

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

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