Html Css Color HEX #AF6F90 Tapestry

📋 copy color: '#AF6F90'

red 175 ◦ green 111 ◦ blue 144

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

Shades of Tapestry #AF6F90

Tints of Tapestry #AF6F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.81%

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

R = 40.7%
G = 25.81%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF6F90 (or 0xAF6F90) is known color: Tapestry. HEX triplet: AF, 6F and 90. RGB value is (175,111,144). Sum of RGB (Red+Green+Blue) = 175+111+144=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6F90 is #50906F. Grayscale: #858585. Windows color (decimal): -5279856 or 9465775. OLE color: 9465775.

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

Color convert

RGB 175 111 144 -
CMYK 0 0.37 0.18 0.31
HSL 329.06º 0.29% 0.56% -
HSV(B) 329.06º 0.37% 0.69% -
XYZ 28.4 22.5 29.23 -
YUV 133.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 175 111 144 0 0.37 0.18 0.31 329.06 0.29 0.56
Hex AF 6F 90 0 25 12 1F 149 1D 38
Octal 257 157 220 0 45 22 37 511 35 70
Binary 10101111 1101111 10010000 0 100101 10010 11111 101001001 11101 111000

Color Harmonies of #AF6F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F90

Black with #AF6F90

Text Example


Text Example

White with #AF6F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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