Html Css Color HEX #A486AB Amethyst Smoke

📋 copy color: '#A486AB'

red 164 ◦ green 134 ◦ blue 171

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

Shades of Amethyst Smoke #A486AB

Tints of Amethyst Smoke #A486AB

RGB

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

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

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

R = 34.97%
G = 28.57%
B = 36.46%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A486AB (or 0xA486AB) is known color: Amethyst Smoke. HEX triplet: A4, 86 and AB. RGB value is (164,134,171). Sum of RGB (Red+Green+Blue) = 164+134+171=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #A486AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A486AB is #5B7954. Grayscale: #939393. Windows color (decimal): -5994837 or 11241124. OLE color: 11241124.

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

Color convert

RGB 164 134 171 -
CMYK 0.04 0.22 0 0.33
HSL 288.65º 0.18% 0.6% -
HSV(B) 288.65º 0.22% 0.67% -
XYZ 31.19 27.88 42.27 -
YUV 147.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 164 134 171 0.04 0.22 0 0.33 288.65 0.18 0.6
Hex A4 86 AB 4 16 0 21 121 12 3C
Octal 244 206 253 4 26 0 41 441 22 74
Binary 10100100 10000110 10101011 100 10110 0 100001 100100001 10010 111100

Color Harmonies of #A486AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486AB

Black with #A486AB

Text Example


Text Example

White with #A486AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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