#AF6690

Color #AF6690 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AF6690

Tints of Tapestry #AF6690

Color information

#AF6690 (or 0xAF6690) is unknown color: approx Tapestry. HEX triplet: AF, 66 and 90. RGB value is (175,102,144). Sum of RGB (Red+Green+Blue) = 175+102+144=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6690 is #50996F. Grayscale: #808080. Windows color (decimal): -5282160 or 9463471. OLE color: 9463471.

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

Color convert

RGB175102144-
CMYK00.420.180.31
HSL325.48º31.33%54.31%-
HSV(B)325.48º41.71%68.63%-
XYZ27.4620.6328.92-
YUV128.61136.68161.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=41.57%
G=24.23%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510214400.420.180.31325.4831.3354.31
HexAF669002A121F1451f36
Octal25714622005222375053766
Binary101011111100110100100000101010100101111110100010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6690; }

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

 H1.HeaderClassName
 {
   color: #AF6690;
 }
 .AnyTagClassName
 {
   color: #AF6690;
 }
</style>
background-color css

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

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

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

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

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

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