Html Css Color HEX #AF7390 Tapestry

📋 copy color: '#AF7390'

red 175 ◦ green 115 ◦ blue 144

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

Shades of Tapestry #AF7390

Tints of Tapestry #AF7390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.5%

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

R = 40.32%
G = 26.5%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF7390 (or 0xAF7390) is known color: Tapestry. HEX triplet: AF, 73 and 90. RGB value is (175,115,144). Sum of RGB (Red+Green+Blue) = 175+115+144=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7390 is #508C6F. Grayscale: #888888. Windows color (decimal): -5278832 or 9466799. OLE color: 9466799.

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

Color convert

RGB 175 115 144 -
CMYK 0 0.34 0.18 0.31
HSL 331º 0.27% 0.57% -
HSV(B) 331º 0.34% 0.69% -
XYZ 28.84 23.39 29.38 -
YUV 136.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 175 115 144 0 0.34 0.18 0.31 331 0.27 0.57
Hex AF 73 90 0 22 12 1F 14B 1B 39
Octal 257 163 220 0 42 22 37 513 33 71
Binary 10101111 1110011 10010000 0 100010 10010 11111 101001011 11011 111001

Color Harmonies of #AF7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7390

Black with #AF7390

Text Example


Text Example

White with #AF7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7390; }

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

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

background-color css

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

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

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

border-color css

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

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

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