Html Css Color HEX #AF6A8B Tapestry

📋 copy color: '#AF6A8B'

red 175 ◦ green 106 ◦ blue 139

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

Shades of Tapestry #AF6A8B

Tints of Tapestry #AF6A8B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.24%

 BLUE value IS 139 (54.69% from 255) = 33.1%

R = 41.67%
G = 25.24%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF6A8B (or 0xAF6A8B) is known color: Tapestry. HEX triplet: AF, 6A and 8B. RGB value is (175,106,139). Sum of RGB (Red+Green+Blue) = 175+106+139=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A8B is #509574. Grayscale: #828282. Windows color (decimal): -5281141 or 9136815. OLE color: 9136815.

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

Color convert

RGB 175 106 139 -
CMYK 0 0.39 0.21 0.31
HSL 331.3º 0.3% 0.55% -
HSV(B) 331.3º 0.39% 0.69% -
XYZ 27.49 21.29 27.09 -
YUV 130.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 175 106 139 0 0.39 0.21 0.31 331.3 0.3 0.55
Hex AF 6A 8B 0 27 15 1F 14B 1E 37
Octal 257 152 213 0 47 25 37 513 36 67
Binary 10101111 1101010 10001011 0 100111 10101 11111 101001011 11110 110111

Color Harmonies of #AF6A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A8B

Black with #AF6A8B

Text Example


Text Example

White with #AF6A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A8B; }

 p { color: rgb(175,106,139); }

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

background-color css

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

 a { background-color: rgb(175,106,139); }

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

border-color css

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

 span { border-color: rgb(175,106,139); }

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