Html Css Color HEX #A185AC Amethyst Smoke

📋 copy color: '#A185AC'

red 161 ◦ green 133 ◦ blue 172

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

Shades of Amethyst Smoke #A185AC

Tints of Amethyst Smoke #A185AC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.54%

 BLUE value IS 172 (67.58% from 255) = 36.91%

R = 34.55%
G = 28.54%
B = 36.91%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A185AC (or 0xA185AC) is known color: Amethyst Smoke. HEX triplet: A1, 85 and AC. RGB value is (161,133,172). Sum of RGB (Red+Green+Blue) = 161+133+172=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #A185AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A185AC is #5E7A53. Grayscale: #919191. Windows color (decimal): -6191700 or 11306401. OLE color: 11306401.

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

Color convert

RGB 161 133 172 -
CMYK 0.06 0.23 0 0.33
HSL 283.08º 0.19% 0.6% -
HSV(B) 283.08º 0.23% 0.67% -
XYZ 30.53 27.33 42.7 -
YUV 145.82 142.78 138.83 -
System Red Green Blue C M Y K H S L
Decimal 161 133 172 0.06 0.23 0 0.33 283.08 0.19 0.6
Hex A1 85 AC 6 17 0 21 11B 13 3C
Octal 241 205 254 6 27 0 41 433 23 74
Binary 10100001 10000101 10101100 110 10111 0 100001 100011011 10011 111100

Color Harmonies of #A185AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185AC

Black with #A185AC

Text Example


Text Example

White with #A185AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185AC; }

 p { color: rgb(161,133,172); }

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

background-color css

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

 a { background-color: rgb(161,133,172); }

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

border-color css

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

 span { border-color: rgb(161,133,172); }

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