Html Css Color HEX #A180AC Amethyst Smoke

📋 copy color: '#A180AC'

red 161 ◦ green 128 ◦ blue 172

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

Shades of Amethyst Smoke #A180AC

Tints of Amethyst Smoke #A180AC

RGB

 RED value IS 161 (63.28% from 255) = 34.92%

 GREEN value IS 128 (50.39% from 255) = 27.77%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 34.92%
G = 27.77%
B = 37.31%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A180AC (or 0xA180AC) is known color: Amethyst Smoke. HEX triplet: A1, 80 and AC. RGB value is (161,128,172). Sum of RGB (Red+Green+Blue) = 161+128+172=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #A180AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A180AC is #5E7F53. Grayscale: #8E8E8E. Windows color (decimal): -6192980 or 11305121. OLE color: 11305121.

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

Color convert

RGB 161 128 172 -
CMYK 0.06 0.26 0 0.33
HSL 285º 0.21% 0.59% -
HSV(B) 285º 0.26% 0.67% -
XYZ 29.86 25.99 42.47 -
YUV 142.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 161 128 172 0.06 0.26 0 0.33 285 0.21 0.59
Hex A1 80 AC 6 1A 0 21 11D 15 3B
Octal 241 200 254 6 32 0 41 435 25 73
Binary 10100001 10000000 10101100 110 11010 0 100001 100011101 10101 111011

Color Harmonies of #A180AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180AC

Black with #A180AC

Text Example


Text Example

White with #A180AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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