Html Css Color HEX #A486A9 Amethyst Smoke

📋 copy color: '#A486A9'

red 164 ◦ green 134 ◦ blue 169

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

Shades of Amethyst Smoke #A486A9

Tints of Amethyst Smoke #A486A9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.69%

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

R = 35.12%
G = 28.69%
B = 36.19%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A486A9 (or 0xA486A9) is known color: Amethyst Smoke. HEX triplet: A4, 86 and A9. RGB value is (164,134,169). Sum of RGB (Red+Green+Blue) = 164+134+169=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 169 - color contains mainly: blue. Hex color #A486A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A486A9 is #5B7956. Grayscale: #929292. Windows color (decimal): -5994839 or 11110052. OLE color: 11110052.

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

Color convert

RGB 164 134 169 -
CMYK 0.03 0.21 0 0.34
HSL 291.43º 0.17% 0.59% -
HSV(B) 291.43º 0.21% 0.66% -
XYZ 31 27.81 41.27 -
YUV 146.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 164 134 169 0.03 0.21 0 0.34 291.43 0.17 0.59
Hex A4 86 A9 3 15 0 22 123 11 3B
Octal 244 206 251 3 25 0 42 443 21 73
Binary 10100100 10000110 10101001 11 10101 0 100010 100100011 10001 111011

Color Harmonies of #A486A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486A9

Black with #A486A9

Text Example


Text Example

White with #A486A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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