Html Css Color HEX #AF6682 Tapestry

📋 copy color: '#AF6682'

red 175 ◦ green 102 ◦ blue 130

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

Shades of Tapestry #AF6682

Tints of Tapestry #AF6682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.06%

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

R = 43%
G = 25.06%
B = 31.94%

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

#AF6682 (or 0xAF6682) is known color: Tapestry. HEX triplet: AF, 66 and 82. RGB value is (175,102,130). Sum of RGB (Red+Green+Blue) = 175+102+130=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6682 is #50997D. Grayscale: #7E7E7E. Windows color (decimal): -5282174 or 8545967. OLE color: 8545967.

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

Color convert

RGB 175 102 130 -
CMYK 0 0.42 0.26 0.31
HSL 336.99º 0.31% 0.54% -
HSV(B) 336.99º 0.42% 0.69% -
XYZ 26.46 20.23 23.63 -
YUV 127.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 175 102 130 0 0.42 0.26 0.31 336.99 0.31 0.54
Hex AF 66 82 0 2A 1A 1F 151 1F 36
Octal 257 146 202 0 52 32 37 521 37 66
Binary 10101111 1100110 10000010 0 101010 11010 11111 101010001 11111 110110

Color Harmonies of #AF6682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6682

Black with #AF6682

Text Example


Text Example

White with #AF6682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6682; }

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

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

background-color css

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

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

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

border-color css

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

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

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