Html Css Color HEX #AF6182 Tapestry

📋 copy color: '#AF6182'

red 175 ◦ green 97 ◦ blue 130

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

Shades of Tapestry #AF6182

Tints of Tapestry #AF6182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.13%

 BLUE value IS 130 (51.17% from 255) = 32.34%

R = 43.53%
G = 24.13%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF6182 (or 0xAF6182) is known color: Tapestry. HEX triplet: AF, 61 and 82. RGB value is (175,97,130). Sum of RGB (Red+Green+Blue) = 175+97+130=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6182 is #509E7D. Grayscale: #7C7C7C. Windows color (decimal): -5283454 or 8544687. OLE color: 8544687.

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

Color convert

RGB 175 97 130 -
CMYK 0 0.45 0.26 0.31
HSL 334.62º 0.33% 0.53% -
HSV(B) 334.62º 0.45% 0.69% -
XYZ 25.98 19.28 23.47 -
YUV 124.08 131.34 164.32 -
System Red Green Blue C M Y K H S L
Decimal 175 97 130 0 0.45 0.26 0.31 334.62 0.33 0.53
Hex AF 61 82 0 2D 1A 1F 14F 21 35
Octal 257 141 202 0 55 32 37 517 41 65
Binary 10101111 1100001 10000010 0 101101 11010 11111 101001111 100001 110101

Color Harmonies of #AF6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6182

Black with #AF6182

Text Example


Text Example

White with #AF6182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6182; }

 p { color: rgb(175,97,130); }

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

background-color css

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

 a { background-color: rgb(175,97,130); }

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

border-color css

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

 span { border-color: rgb(175,97,130); }

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