Html Css Color HEX #AF7990 Tapestry

📋 copy color: '#AF7990'

red 175 ◦ green 121 ◦ blue 144

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

Shades of Tapestry #AF7990

Tints of Tapestry #AF7990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.5%

 BLUE value IS 144 (56.64% from 255) = 32.73%

R = 39.77%
G = 27.5%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF7990 (or 0xAF7990) is known color: Tapestry. HEX triplet: AF, 79 and 90. RGB value is (175,121,144). Sum of RGB (Red+Green+Blue) = 175+121+144=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7990 is #50866F. Grayscale: #8B8B8B. Windows color (decimal): -5277296 or 9468335. OLE color: 9468335.

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

Color convert

RGB 175 121 144 -
CMYK 0 0.31 0.18 0.31
HSL 334.44º 0.25% 0.58% -
HSV(B) 334.44º 0.31% 0.69% -
XYZ 29.55 24.8 29.62 -
YUV 139.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 175 121 144 0 0.31 0.18 0.31 334.44 0.25 0.58
Hex AF 79 90 0 1F 12 1F 14E 19 3A
Octal 257 171 220 0 37 22 37 516 31 72
Binary 10101111 1111001 10010000 0 11111 10010 11111 101001110 11001 111010

Color Harmonies of #AF7990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7990

Black with #AF7990

Text Example


Text Example

White with #AF7990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7990; }

 p { color: rgb(175,121,144); }

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

background-color css

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

 a { background-color: rgb(175,121,144); }

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

border-color css

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

 span { border-color: rgb(175,121,144); }

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