Html Css Color HEX #AF7190 Tapestry

📋 copy color: '#AF7190'

red 175 ◦ green 113 ◦ blue 144

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

Shades of Tapestry #AF7190

Tints of Tapestry #AF7190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.16%

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

R = 40.51%
G = 26.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF7190 (or 0xAF7190) is known color: Tapestry. HEX triplet: AF, 71 and 90. RGB value is (175,113,144). Sum of RGB (Red+Green+Blue) = 175+113+144=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7190 is #508E6F. Grayscale: #878787. Windows color (decimal): -5279344 or 9466287. OLE color: 9466287.

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

Color convert

RGB 175 113 144 -
CMYK 0 0.35 0.18 0.31
HSL 330º 0.28% 0.56% -
HSV(B) 330º 0.35% 0.69% -
XYZ 28.62 22.94 29.3 -
YUV 135.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 175 113 144 0 0.35 0.18 0.31 330 0.28 0.56
Hex AF 71 90 0 23 12 1F 14A 1C 38
Octal 257 161 220 0 43 22 37 512 34 70
Binary 10101111 1110001 10010000 0 100011 10010 11111 101001010 11100 111000

Color Harmonies of #AF7190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7190

Black with #AF7190

Text Example


Text Example

White with #AF7190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7190; }

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

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

background-color css

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

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

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

border-color css

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

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

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