Html Css Color HEX #A180AD Amethyst Smoke

📋 copy color: '#A180AD'

red 161 ◦ green 128 ◦ blue 173

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

Shades of Amethyst Smoke #A180AD

Tints of Amethyst Smoke #A180AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 34.85%
G = 27.71%
B = 37.45%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A180AD (or 0xA180AD) is known color: Amethyst Smoke. HEX triplet: A1, 80 and AD. RGB value is (161,128,173). Sum of RGB (Red+Green+Blue) = 161+128+173=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #A180AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A180AD is #5E7F52. Grayscale: #8E8E8E. Windows color (decimal): -6192979 or 11370657. OLE color: 11370657.

HSL color Cylindrical-coordinate representation of color #A180AD: hue angle of 284º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A180AD is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 128 173 -
CMYK 0.07 0.26 0 0.32
HSL 284º 0.22% 0.59% -
HSV(B) 284º 0.26% 0.68% -
XYZ 29.96 26.03 42.98 -
YUV 143 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 161 128 173 0.07 0.26 0 0.32 284 0.22 0.59
Hex A1 80 AD 7 1A 0 20 11C 16 3B
Octal 241 200 255 7 32 0 40 434 26 73
Binary 10100001 10000000 10101101 111 11010 0 100000 100011100 10110 111011

Color Harmonies of #A180AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180AD

Black with #A180AD

Text Example


Text Example

White with #A180AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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