Html Css Color HEX #AC6380 Tapestry

📋 copy color: '#AC6380'

red 172 ◦ green 99 ◦ blue 128

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

Shades of Tapestry #AC6380

Tints of Tapestry #AC6380

RGB

 RED value IS 172 (67.58% from 255) = 43.11%

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

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

R = 43.11%
G = 24.81%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC6380 (or 0xAC6380) is known color: Tapestry. HEX triplet: AC, 63 and 80. RGB value is (172,99,128). Sum of RGB (Red+Green+Blue) = 172+99+128=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6380 is #539C7F. Grayscale: #7C7C7C. Windows color (decimal): -5479552 or 8414124. OLE color: 8414124.

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

Color convert

RGB 172 99 128 -
CMYK 0 0.42 0.26 0.33
HSL 336.16º 0.31% 0.53% -
HSV(B) 336.16º 0.42% 0.67% -
XYZ 25.37 19.25 22.8 -
YUV 124.13 130.18 162.14 -
System Red Green Blue C M Y K H S L
Decimal 172 99 128 0 0.42 0.26 0.33 336.16 0.31 0.53
Hex AC 63 80 0 2A 1A 21 150 1F 35
Octal 254 143 200 0 52 32 41 520 37 65
Binary 10101100 1100011 10000000 0 101010 11010 100001 101010000 11111 110101

Color Harmonies of #AC6380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6380

Black with #AC6380

Text Example


Text Example

White with #AC6380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6380; }

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

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

background-color css

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

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

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

border-color css

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

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

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