Html Css Color HEX #AF6A8D Tapestry

📋 copy color: '#AF6A8D'

red 175 ◦ green 106 ◦ blue 141

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

Shades of Tapestry #AF6A8D

Tints of Tapestry #AF6A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 41.47%
G = 25.12%
B = 33.41%

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

#AF6A8D (or 0xAF6A8D) is known color: Tapestry. HEX triplet: AF, 6A and 8D. RGB value is (175,106,141). Sum of RGB (Red+Green+Blue) = 175+106+141=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A8D is #509572. Grayscale: #828282. Windows color (decimal): -5281139 or 9267887. OLE color: 9267887.

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

Color convert

RGB 175 106 141 -
CMYK 0 0.39 0.19 0.31
HSL 329.57º 0.3% 0.55% -
HSV(B) 329.57º 0.39% 0.69% -
XYZ 27.64 21.35 27.86 -
YUV 130.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 175 106 141 0 0.39 0.19 0.31 329.57 0.3 0.55
Hex AF 6A 8D 0 27 13 1F 14A 1E 37
Octal 257 152 215 0 47 23 37 512 36 67
Binary 10101111 1101010 10001101 0 100111 10011 11111 101001010 11110 110111

Color Harmonies of #AF6A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A8D

Black with #AF6A8D

Text Example


Text Example

White with #AF6A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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