Html Css Color HEX #AF6B8E Tapestry

📋 copy color: '#AF6B8E'

red 175 ◦ green 107 ◦ blue 142

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

Shades of Tapestry #AF6B8E

Tints of Tapestry #AF6B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.24%

 BLUE value IS 142 (55.86% from 255) = 33.49%

R = 41.27%
G = 25.24%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF6B8E (or 0xAF6B8E) is known color: Tapestry. HEX triplet: AF, 6B and 8E. RGB value is (175,107,142). Sum of RGB (Red+Green+Blue) = 175+107+142=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B8E is #509471. Grayscale: #838383. Windows color (decimal): -5280882 or 9333679. OLE color: 9333679.

HSL color Cylindrical-coordinate representation of color #AF6B8E: hue angle of 329.12º 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 #AF6B8E is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 107 142 -
CMYK 0 0.39 0.19 0.31
HSL 329.12º 0.3% 0.55% -
HSV(B) 329.12º 0.39% 0.69% -
XYZ 27.82 21.58 28.29 -
YUV 131.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 175 107 142 0 0.39 0.19 0.31 329.12 0.3 0.55
Hex AF 6B 8E 0 27 13 1F 149 1E 37
Octal 257 153 216 0 47 23 37 511 36 67
Binary 10101111 1101011 10001110 0 100111 10011 11111 101001001 11110 110111

Color Harmonies of #AF6B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B8E

Black with #AF6B8E

Text Example


Text Example

White with #AF6B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B8E; }

 p { color: rgb(175,107,142); }

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

background-color css

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

 a { background-color: rgb(175,107,142); }

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

border-color css

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

 span { border-color: rgb(175,107,142); }

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