Html Css Color HEX #AF6A8F Tapestry

📋 copy color: '#AF6A8F'

red 175 ◦ green 106 ◦ blue 143

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

Shades of Tapestry #AF6A8F

Tints of Tapestry #AF6A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.73%

R = 41.27%
G = 25%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF6A8F (or 0xAF6A8F) is known color: Tapestry. HEX triplet: AF, 6A and 8F. RGB value is (175,106,143). Sum of RGB (Red+Green+Blue) = 175+106+143=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A8F is #509570. Grayscale: #828282. Windows color (decimal): -5281137 or 9398959. OLE color: 9398959.

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

Color convert

RGB 175 106 143 -
CMYK 0 0.39 0.18 0.31
HSL 327.83º 0.3% 0.55% -
HSV(B) 327.83º 0.39% 0.69% -
XYZ 27.79 21.41 28.65 -
YUV 130.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 175 106 143 0 0.39 0.18 0.31 327.83 0.3 0.55
Hex AF 6A 8F 0 27 12 1F 148 1E 37
Octal 257 152 217 0 47 22 37 510 36 67
Binary 10101111 1101010 10001111 0 100111 10010 11111 101001000 11110 110111

Color Harmonies of #AF6A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A8F

Black with #AF6A8F

Text Example


Text Example

White with #AF6A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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