Html Css Color HEX #A386AA Amethyst Smoke

📋 copy color: '#A386AA'

red 163 ◦ green 134 ◦ blue 170

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

Shades of Amethyst Smoke #A386AA

Tints of Amethyst Smoke #A386AA

RGB

 RED value IS 163 (64.06% from 255) = 34.9%

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

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

R = 34.9%
G = 28.69%
B = 36.4%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A386AA (or 0xA386AA) is known color: Amethyst Smoke. HEX triplet: A3, 86 and AA. RGB value is (163,134,170). Sum of RGB (Red+Green+Blue) = 163+134+170=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #A386AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A386AA is #5C7955. Grayscale: #929292. Windows color (decimal): -6060374 or 11175587. OLE color: 11175587.

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

Color convert

RGB 163 134 170 -
CMYK 0.04 0.21 0 0.33
HSL 288.33º 0.17% 0.6% -
HSV(B) 288.33º 0.21% 0.67% -
XYZ 30.89 27.74 41.76 -
YUV 146.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 163 134 170 0.04 0.21 0 0.33 288.33 0.17 0.6
Hex A3 86 AA 4 15 0 21 120 11 3C
Octal 243 206 252 4 25 0 41 440 21 74
Binary 10100011 10000110 10101010 100 10101 0 100001 100100000 10001 111100

Color Harmonies of #A386AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386AA

Black with #A386AA

Text Example


Text Example

White with #A386AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386AA; }

 p { color: rgb(163,134,170); }

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

background-color css

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

 a { background-color: rgb(163,134,170); }

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

border-color css

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

 span { border-color: rgb(163,134,170); }

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