Html Css Color HEX #AF6380 Tapestry

📋 copy color: '#AF6380'

red 175 ◦ green 99 ◦ blue 128

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

Shades of Tapestry #AF6380

Tints of Tapestry #AF6380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.63%

 BLUE value IS 128 (50.39% from 255) = 31.84%

R = 43.53%
G = 24.63%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF6380 (or 0xAF6380) is known color: Tapestry. HEX triplet: AF, 63 and 80. RGB value is (175,99,128). Sum of RGB (Red+Green+Blue) = 175+99+128=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6380 is #509C7F. Grayscale: #7C7C7C. Windows color (decimal): -5282944 or 8414127. OLE color: 8414127.

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

Color convert

RGB 175 99 128 -
CMYK 0 0.43 0.27 0.31
HSL 337.11º 0.32% 0.54% -
HSV(B) 337.11º 0.43% 0.69% -
XYZ 26.04 19.6 22.83 -
YUV 125.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 175 99 128 0 0.43 0.27 0.31 337.11 0.32 0.54
Hex AF 63 80 0 2B 1B 1F 151 20 36
Octal 257 143 200 0 53 33 37 521 40 66
Binary 10101111 1100011 10000000 0 101011 11011 11111 101010001 100000 110110

Color Harmonies of #AF6380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6380

Black with #AF6380

Text Example


Text Example

White with #AF6380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6380; }

 p { color: rgb(175,99,128); }

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

background-color css

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

 a { background-color: rgb(175,99,128); }

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

border-color css

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

 span { border-color: rgb(175,99,128); }

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