#AF628A

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

Shades of Tapestry #AF628A

Tints of Tapestry #AF628A

Color information

#AF628A (or 0xAF628A) is unknown color: approx Tapestry. HEX triplet: AF, 62 and 8A. RGB value is (175,98,138). Sum of RGB (Red+Green+Blue) = 175+98+138=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF628A is #509D75. Grayscale: #7D7D7D. Windows color (decimal): -5283190 or 9069231. OLE color: 9069231.

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

Color convert

RGB17598138-
CMYK00.440.210.31
HSL328.83º32.49%53.53%-
HSV(B)328.83º44%68.63%-
XYZ26.6319.6826.44-
YUV125.58135.01163.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=42.58%
G=23.84%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759813800.440.210.31328.8332.4953.53
HexAF628A02C151F1492036
Octal25714221205425375114066
Binary1010111111000101000101001011001010111111101001001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF628A; }

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

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

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

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

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

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

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

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