Html Css Color HEX #AF6581 Tapestry

📋 copy color: '#AF6581'

red 175 ◦ green 101 ◦ blue 129

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

Shades of Tapestry #AF6581

Tints of Tapestry #AF6581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.94%

 BLUE value IS 129 (50.78% from 255) = 31.85%

R = 43.21%
G = 24.94%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF6581 (or 0xAF6581) is known color: Tapestry. HEX triplet: AF, 65 and 81. RGB value is (175,101,129). Sum of RGB (Red+Green+Blue) = 175+101+129=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6581 is #509A7E. Grayscale: #7E7E7E. Windows color (decimal): -5282431 or 8480175. OLE color: 8480175.

HSL color Cylindrical-coordinate representation of color #AF6581: hue angle of 337.3º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6581 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 101 129 -
CMYK 0 0.42 0.26 0.31
HSL 337.3º 0.32% 0.54% -
HSV(B) 337.3º 0.42% 0.69% -
XYZ 26.3 20.01 23.24 -
YUV 126.32 129.52 162.72 -
System Red Green Blue C M Y K H S L
Decimal 175 101 129 0 0.42 0.26 0.31 337.3 0.32 0.54
Hex AF 65 81 0 2A 1A 1F 151 20 36
Octal 257 145 201 0 52 32 37 521 40 66
Binary 10101111 1100101 10000001 0 101010 11010 11111 101010001 100000 110110

Color Harmonies of #AF6581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6581

Black with #AF6581

Text Example


Text Example

White with #AF6581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6581; }

 p { color: rgb(175,101,129); }

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

background-color css

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

 a { background-color: rgb(175,101,129); }

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

border-color css

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

 span { border-color: rgb(175,101,129); }

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