Html Css Color HEX #AF7590 Tapestry

📋 copy color: '#AF7590'

red 175 ◦ green 117 ◦ blue 144

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

Shades of Tapestry #AF7590

Tints of Tapestry #AF7590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.83%

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

R = 40.14%
G = 26.83%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF7590 (or 0xAF7590) is known color: Tapestry. HEX triplet: AF, 75 and 90. RGB value is (175,117,144). Sum of RGB (Red+Green+Blue) = 175+117+144=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7590 is #508A6F. Grayscale: #898989. Windows color (decimal): -5278320 or 9467311. OLE color: 9467311.

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

Color convert

RGB 175 117 144 -
CMYK 0 0.33 0.18 0.31
HSL 332.07º 0.27% 0.57% -
HSV(B) 332.07º 0.33% 0.69% -
XYZ 29.07 23.85 29.46 -
YUV 137.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 175 117 144 0 0.33 0.18 0.31 332.07 0.27 0.57
Hex AF 75 90 0 21 12 1F 14C 1B 39
Octal 257 165 220 0 41 22 37 514 33 71
Binary 10101111 1110101 10010000 0 100001 10010 11111 101001100 11011 111001

Color Harmonies of #AF7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7590

Black with #AF7590

Text Example


Text Example

White with #AF7590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7590; }

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

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

background-color css

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

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

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

border-color css

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

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

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