Html Css Color HEX #A480A9 Amethyst Smoke

📋 copy color: '#A480A9'

red 164 ◦ green 128 ◦ blue 169

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

Shades of Amethyst Smoke #A480A9

Tints of Amethyst Smoke #A480A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.66%

R = 35.57%
G = 27.77%
B = 36.66%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A480A9 (or 0xA480A9) is known color: Amethyst Smoke. HEX triplet: A4, 80 and A9. RGB value is (164,128,169). Sum of RGB (Red+Green+Blue) = 164+128+169=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 169 - color contains mainly: blue. Hex color #A480A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A480A9 is #5B7F56. Grayscale: #8F8F8F. Windows color (decimal): -5996375 or 11108516. OLE color: 11108516.

HSL color Cylindrical-coordinate representation of color #A480A9: hue angle of 292.68º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A480A9 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 128 169 -
CMYK 0.03 0.24 0 0.34
HSL 292.68º 0.19% 0.58% -
HSV(B) 292.68º 0.24% 0.66% -
XYZ 30.19 26.2 41 -
YUV 143.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 164 128 169 0.03 0.24 0 0.34 292.68 0.19 0.58
Hex A4 80 A9 3 18 0 22 125 13 3A
Octal 244 200 251 3 30 0 42 445 23 72
Binary 10100100 10000000 10101001 11 11000 0 100010 100100101 10011 111010

Color Harmonies of #A480A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A480A9

Black with #A480A9

Text Example


Text Example

White with #A480A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A480A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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