Html Css Color HEX #A580AA Amethyst Smoke

📋 copy color: '#A580AA'

red 165 ◦ green 128 ◦ blue 170

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

Shades of Amethyst Smoke #A580AA

Tints of Amethyst Smoke #A580AA

RGB

 RED value IS 165 (64.84% from 255) = 35.64%

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

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

R = 35.64%
G = 27.65%
B = 36.72%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A580AA (or 0xA580AA) is known color: Amethyst Smoke. HEX triplet: A5, 80 and AA. RGB value is (165,128,170). Sum of RGB (Red+Green+Blue) = 165+128+170=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #A580AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A580AA is #5A7F55. Grayscale: #8F8F8F. Windows color (decimal): -5930838 or 11174053. OLE color: 11174053.

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

Color convert

RGB 165 128 170 -
CMYK 0.03 0.25 0 0.33
HSL 292.86º 0.2% 0.58% -
HSV(B) 292.86º 0.25% 0.67% -
XYZ 30.49 26.34 41.51 -
YUV 143.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 165 128 170 0.03 0.25 0 0.33 292.86 0.2 0.58
Hex A5 80 AA 3 19 0 21 125 14 3A
Octal 245 200 252 3 31 0 41 445 24 72
Binary 10100101 10000000 10101010 11 11001 0 100001 100100101 10100 111010

Color Harmonies of #A580AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A580AA

Black with #A580AA

Text Example


Text Example

White with #A580AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A580AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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