Html Css Color HEX #A386AB Amethyst Smoke

📋 copy color: '#A386AB'

red 163 ◦ green 134 ◦ blue 171

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

Shades of Amethyst Smoke #A386AB

Tints of Amethyst Smoke #A386AB

RGB

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

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

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

R = 34.83%
G = 28.63%
B = 36.54%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A386AB (or 0xA386AB) is known color: Amethyst Smoke. HEX triplet: A3, 86 and AB. RGB value is (163,134,171). Sum of RGB (Red+Green+Blue) = 163+134+171=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #A386AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A386AB is #5C7954. Grayscale: #929292. Windows color (decimal): -6060373 or 11241123. OLE color: 11241123.

HSL color Cylindrical-coordinate representation of color #A386AB: hue angle of 287.03º 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 #A386AB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 134 171 -
CMYK 0.05 0.22 0 0.33
HSL 287.03º 0.18% 0.6% -
HSV(B) 287.03º 0.22% 0.67% -
XYZ 30.98 27.78 42.26 -
YUV 146.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 163 134 171 0.05 0.22 0 0.33 287.03 0.18 0.6
Hex A3 86 AB 5 16 0 21 11F 12 3C
Octal 243 206 253 5 26 0 41 437 22 74
Binary 10100011 10000110 10101011 101 10110 0 100001 100011111 10010 111100

Color Harmonies of #A386AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386AB

Black with #A386AB

Text Example


Text Example

White with #A386AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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