Html Css Color HEX #A580AB Amethyst Smoke

📋 copy color: '#A580AB'

red 165 ◦ green 128 ◦ blue 171

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

Shades of Amethyst Smoke #A580AB

Tints of Amethyst Smoke #A580AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 35.56%
G = 27.59%
B = 36.85%

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

#A580AB (or 0xA580AB) is known color: Amethyst Smoke. HEX triplet: A5, 80 and AB. RGB value is (165,128,171). Sum of RGB (Red+Green+Blue) = 165+128+171=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #A580AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A580AB is #5A7F54. Grayscale: #8F8F8F. Windows color (decimal): -5930837 or 11239589. OLE color: 11239589.

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

Color convert

RGB 165 128 171 -
CMYK 0.04 0.25 0 0.33
HSL 291.63º 0.2% 0.59% -
HSV(B) 291.63º 0.25% 0.67% -
XYZ 30.59 26.38 42.01 -
YUV 143.97 143.26 143 -
System Red Green Blue C M Y K H S L
Decimal 165 128 171 0.04 0.25 0 0.33 291.63 0.2 0.59
Hex A5 80 AB 4 19 0 21 124 14 3B
Octal 245 200 253 4 31 0 41 444 24 73
Binary 10100101 10000000 10101011 100 11001 0 100001 100100100 10100 111011

Color Harmonies of #A580AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A580AB

Black with #A580AB

Text Example


Text Example

White with #A580AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A580AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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