Html Css Color HEX #AF6A8A Tapestry

📋 copy color: '#AF6A8A'

red 175 ◦ green 106 ◦ blue 138

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

Shades of Tapestry #AF6A8A

Tints of Tapestry #AF6A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 41.77%
G = 25.3%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF6A8A (or 0xAF6A8A) is known color: Tapestry. HEX triplet: AF, 6A and 8A. RGB value is (175,106,138). Sum of RGB (Red+Green+Blue) = 175+106+138=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A8A is #509575. Grayscale: #828282. Windows color (decimal): -5281142 or 9071279. OLE color: 9071279.

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

Color convert

RGB 175 106 138 -
CMYK 0 0.39 0.21 0.31
HSL 332.17º 0.3% 0.55% -
HSV(B) 332.17º 0.39% 0.69% -
XYZ 27.42 21.26 26.7 -
YUV 130.28 132.36 159.9 -
System Red Green Blue C M Y K H S L
Decimal 175 106 138 0 0.39 0.21 0.31 332.17 0.3 0.55
Hex AF 6A 8A 0 27 15 1F 14C 1E 37
Octal 257 152 212 0 47 25 37 514 36 67
Binary 10101111 1101010 10001010 0 100111 10101 11111 101001100 11110 110111

Color Harmonies of #AF6A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A8A

Black with #AF6A8A

Text Example


Text Example

White with #AF6A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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