Html Css Color HEX #A480AA Amethyst Smoke

📋 copy color: '#A480AA'

red 164 ◦ green 128 ◦ blue 170

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

Shades of Amethyst Smoke #A480AA

Tints of Amethyst Smoke #A480AA

RGB

 RED value IS 164 (64.45% from 255) = 35.5%

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

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

R = 35.5%
G = 27.71%
B = 36.8%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A480AA (or 0xA480AA) is known color: Amethyst Smoke. HEX triplet: A4, 80 and AA. RGB value is (164,128,170). Sum of RGB (Red+Green+Blue) = 164+128+170=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #A480AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A480AA is #5B7F55. Grayscale: #8F8F8F. Windows color (decimal): -5996374 or 11174052. OLE color: 11174052.

HSL color Cylindrical-coordinate representation of color #A480AA: hue angle of 291.43º 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 #A480AA is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 128 170 -
CMYK 0.04 0.25 0 0.33
HSL 291.43º 0.2% 0.58% -
HSV(B) 291.43º 0.25% 0.67% -
XYZ 30.28 26.23 41.5 -
YUV 143.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 164 128 170 0.04 0.25 0 0.33 291.43 0.2 0.58
Hex A4 80 AA 4 19 0 21 123 14 3A
Octal 244 200 252 4 31 0 41 443 24 72
Binary 10100100 10000000 10101010 100 11001 0 100001 100100011 10100 111010

Color Harmonies of #A480AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A480AA

Black with #A480AA

Text Example


Text Example

White with #A480AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A480AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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