#AF618A

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

Shades of Tapestry #AF618A

Tints of Tapestry #AF618A

Color information

#AF618A (or 0xAF618A) is unknown color: approx Tapestry. HEX triplet: AF, 61 and 8A. RGB value is (175,97,138). Sum of RGB (Red+Green+Blue) = 175+97+138=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF618A is #509E75. Grayscale: #7C7C7C. Windows color (decimal): -5283446 or 9068975. OLE color: 9068975.

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

Color convert

RGB17597138-
CMYK00.450.210.31
HSL328.46º32.77%53.33%-
HSV(B)328.46º44.57%68.63%-
XYZ26.5419.526.41-
YUV125135.34163.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=42.68%
G=23.66%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759713800.450.210.31328.4632.7753.33
HexAF618A02D151F1482135
Octal25714121205525375104165
Binary1010111111000011000101001011011010111111101001000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF618A; }

 p { color: rgb(175,97,138); }

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

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

 a { background-color: rgb(175,97,138); }

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

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

 span { border-color: rgb(175,97,138); }

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