Html Css Color HEX #AF7690 Tapestry

📋 copy color: '#AF7690'

red 175 ◦ green 118 ◦ blue 144

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

Shades of Tapestry #AF7690

Tints of Tapestry #AF7690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27%

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

R = 40.05%
G = 27%
B = 32.95%

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

#AF7690 (or 0xAF7690) is known color: Tapestry. HEX triplet: AF, 76 and 90. RGB value is (175,118,144). Sum of RGB (Red+Green+Blue) = 175+118+144=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7690 is #50896F. Grayscale: #898989. Windows color (decimal): -5278064 or 9467567. OLE color: 9467567.

HSL color Cylindrical-coordinate representation of color #AF7690: hue angle of 332.63º degrees, saturation: 0.26, 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 #AF7690 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 144 -
CMYK 0 0.33 0.18 0.31
HSL 332.63º 0.26% 0.57% -
HSV(B) 332.63º 0.33% 0.69% -
XYZ 29.19 24.08 29.5 -
YUV 138.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 175 118 144 0 0.33 0.18 0.31 332.63 0.26 0.57
Hex AF 76 90 0 21 12 1F 14D 1A 39
Octal 257 166 220 0 41 22 37 515 32 71
Binary 10101111 1110110 10010000 0 100001 10010 11111 101001101 11010 111001

Color Harmonies of #AF7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7690

Black with #AF7690

Text Example


Text Example

White with #AF7690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7690; }

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

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

background-color css

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

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

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

border-color css

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

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

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