Html Css Color HEX #A186AB Amethyst Smoke

📋 copy color: '#A186AB'

red 161 ◦ green 134 ◦ blue 171

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

Shades of Amethyst Smoke #A186AB

Tints of Amethyst Smoke #A186AB

RGB

 RED value IS 161 (63.28% from 255) = 34.55%

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

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

R = 34.55%
G = 28.76%
B = 36.7%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A186AB (or 0xA186AB) is known color: Amethyst Smoke. HEX triplet: A1, 86 and AB. RGB value is (161,134,171). Sum of RGB (Red+Green+Blue) = 161+134+171=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #A186AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A186AB is #5E7954. Grayscale: #929292. Windows color (decimal): -6191445 or 11241121. OLE color: 11241121.

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

Color convert

RGB 161 134 171 -
CMYK 0.06 0.22 0 0.33
HSL 283.78º 0.18% 0.6% -
HSV(B) 283.78º 0.22% 0.67% -
XYZ 30.57 27.57 42.24 -
YUV 146.29 141.95 138.49 -
System Red Green Blue C M Y K H S L
Decimal 161 134 171 0.06 0.22 0 0.33 283.78 0.18 0.6
Hex A1 86 AB 6 16 0 21 11C 12 3C
Octal 241 206 253 6 26 0 41 434 22 74
Binary 10100001 10000110 10101011 110 10110 0 100001 100011100 10010 111100

Color Harmonies of #A186AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A186AB

Black with #A186AB

Text Example


Text Example

White with #A186AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A186AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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