Html Css Color HEX #AF6582 Tapestry

📋 copy color: '#AF6582'

red 175 ◦ green 101 ◦ blue 130

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

Shades of Tapestry #AF6582

Tints of Tapestry #AF6582

RGB

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

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

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

R = 43.1%
G = 24.88%
B = 32.02%

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

#AF6582 (or 0xAF6582) is known color: Tapestry. HEX triplet: AF, 65 and 82. RGB value is (175,101,130). Sum of RGB (Red+Green+Blue) = 175+101+130=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6582 is #509A7D. Grayscale: #7E7E7E. Windows color (decimal): -5282430 or 8545711. OLE color: 8545711.

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

Color convert

RGB 175 101 130 -
CMYK 0 0.42 0.26 0.31
HSL 336.49º 0.32% 0.54% -
HSV(B) 336.49º 0.42% 0.69% -
XYZ 26.36 20.03 23.6 -
YUV 126.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 175 101 130 0 0.42 0.26 0.31 336.49 0.32 0.54
Hex AF 65 82 0 2A 1A 1F 150 20 36
Octal 257 145 202 0 52 32 37 520 40 66
Binary 10101111 1100101 10000010 0 101010 11010 11111 101010000 100000 110110

Color Harmonies of #AF6582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6582

Black with #AF6582

Text Example


Text Example

White with #AF6582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6582; }

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

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

background-color css

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

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

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

border-color css

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

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

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