Html Css Color HEX #AF6A8C Tapestry

📋 copy color: '#AF6A8C'

red 175 ◦ green 106 ◦ blue 140

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

Shades of Tapestry #AF6A8C

Tints of Tapestry #AF6A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.25%

R = 41.57%
G = 25.18%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF6A8C (or 0xAF6A8C) is known color: Tapestry. HEX triplet: AF, 6A and 8C. RGB value is (175,106,140). Sum of RGB (Red+Green+Blue) = 175+106+140=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A8C is #509573. Grayscale: #828282. Windows color (decimal): -5281140 or 9202351. OLE color: 9202351.

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

Color convert

RGB 175 106 140 -
CMYK 0 0.39 0.2 0.31
HSL 330.43º 0.3% 0.55% -
HSV(B) 330.43º 0.39% 0.69% -
XYZ 27.57 21.32 27.47 -
YUV 130.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 175 106 140 0 0.39 0.2 0.31 330.43 0.3 0.55
Hex AF 6A 8C 0 27 14 1F 14A 1E 37
Octal 257 152 214 0 47 24 37 512 36 67
Binary 10101111 1101010 10001100 0 100111 10100 11111 101001010 11110 110111

Color Harmonies of #AF6A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A8C

Black with #AF6A8C

Text Example


Text Example

White with #AF6A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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