Html Css Color HEX #AF6082 Tapestry

📋 copy color: '#AF6082'

red 175 ◦ green 96 ◦ blue 130

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

Shades of Tapestry #AF6082

Tints of Tapestry #AF6082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.94%

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

R = 43.64%
G = 23.94%
B = 32.42%

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

#AF6082 (or 0xAF6082) is known color: Tapestry. HEX triplet: AF, 60 and 82. RGB value is (175,96,130). Sum of RGB (Red+Green+Blue) = 175+96+130=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6082 is #509F7D. Grayscale: #7B7B7B. Windows color (decimal): -5283710 or 8544431. OLE color: 8544431.

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

Color convert

RGB 175 96 130 -
CMYK 0 0.45 0.26 0.31
HSL 334.18º 0.33% 0.53% -
HSV(B) 334.18º 0.45% 0.69% -
XYZ 25.89 19.09 23.44 -
YUV 123.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 175 96 130 0 0.45 0.26 0.31 334.18 0.33 0.53
Hex AF 60 82 0 2D 1A 1F 14E 21 35
Octal 257 140 202 0 55 32 37 516 41 65
Binary 10101111 1100000 10000010 0 101101 11010 11111 101001110 100001 110101

Color Harmonies of #AF6082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6082

Black with #AF6082

Text Example


Text Example

White with #AF6082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6082; }

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

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

background-color css

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

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

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

border-color css

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

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

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