Html Css Color HEX #A581AA Amethyst Smoke

📋 copy color: '#A581AA'

red 165 ◦ green 129 ◦ blue 170

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

Shades of Amethyst Smoke #A581AA

Tints of Amethyst Smoke #A581AA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.8%

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

R = 35.56%
G = 27.8%
B = 36.64%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A581AA (or 0xA581AA) is known color: Amethyst Smoke. HEX triplet: A5, 81 and AA. RGB value is (165,129,170). Sum of RGB (Red+Green+Blue) = 165+129+170=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #A581AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A581AA is #5A7E55. Grayscale: #909090. Windows color (decimal): -5930582 or 11174309. OLE color: 11174309.

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

Color convert

RGB 165 129 170 -
CMYK 0.03 0.24 0 0.33
HSL 292.68º 0.19% 0.59% -
HSV(B) 292.68º 0.24% 0.67% -
XYZ 30.62 26.6 41.55 -
YUV 144.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 165 129 170 0.03 0.24 0 0.33 292.68 0.19 0.59
Hex A5 81 AA 3 18 0 21 125 13 3B
Octal 245 201 252 3 30 0 41 445 23 73
Binary 10100101 10000001 10101010 11 11000 0 100001 100100101 10011 111011

Color Harmonies of #A581AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A581AA

Black with #A581AA

Text Example


Text Example

White with #A581AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A581AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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