Html Css Color HEX #AF6A8E Tapestry

📋 copy color: '#AF6A8E'

red 175 ◦ green 106 ◦ blue 142

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

Shades of Tapestry #AF6A8E

Tints of Tapestry #AF6A8E

RGB

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

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

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

R = 41.37%
G = 25.06%
B = 33.57%

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

#AF6A8E (or 0xAF6A8E) is known color: Tapestry. HEX triplet: AF, 6A and 8E. RGB value is (175,106,142). Sum of RGB (Red+Green+Blue) = 175+106+142=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A8E is #509571. Grayscale: #828282. Windows color (decimal): -5281138 or 9333423. OLE color: 9333423.

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

Color convert

RGB 175 106 142 -
CMYK 0 0.39 0.19 0.31
HSL 328.7º 0.3% 0.55% -
HSV(B) 328.7º 0.39% 0.69% -
XYZ 27.72 21.38 28.26 -
YUV 130.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 175 106 142 0 0.39 0.19 0.31 328.7 0.3 0.55
Hex AF 6A 8E 0 27 13 1F 149 1E 37
Octal 257 152 216 0 47 23 37 511 36 67
Binary 10101111 1101010 10001110 0 100111 10011 11111 101001001 11110 110111

Color Harmonies of #AF6A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A8E

Black with #AF6A8E

Text Example


Text Example

White with #AF6A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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