Html Css Color HEX #A180AA Amethyst Smoke

📋 copy color: '#A180AA'

red 161 ◦ green 128 ◦ blue 170

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

Shades of Amethyst Smoke #A180AA

Tints of Amethyst Smoke #A180AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 35.08%
G = 27.89%
B = 37.04%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A180AA (or 0xA180AA) is known color: Amethyst Smoke. HEX triplet: A1, 80 and AA. RGB value is (161,128,170). Sum of RGB (Red+Green+Blue) = 161+128+170=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #A180AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A180AA is #5E7F55. Grayscale: #8E8E8E. Windows color (decimal): -6192982 or 11174049. OLE color: 11174049.

HSL color Cylindrical-coordinate representation of color #A180AA: hue angle of 287.14º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A180AA is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 128 170 -
CMYK 0.05 0.25 0 0.33
HSL 287.14º 0.2% 0.58% -
HSV(B) 287.14º 0.25% 0.67% -
XYZ 29.67 25.92 41.47 -
YUV 142.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 161 128 170 0.05 0.25 0 0.33 287.14 0.2 0.58
Hex A1 80 AA 5 19 0 21 11F 14 3A
Octal 241 200 252 5 31 0 41 437 24 72
Binary 10100001 10000000 10101010 101 11001 0 100001 100011111 10100 111010

Color Harmonies of #A180AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180AA

Black with #A180AA

Text Example


Text Example

White with #A180AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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