Html Css Color HEX #A184AC Amethyst Smoke

📋 copy color: '#A184AC'

red 161 ◦ green 132 ◦ blue 172

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

Shades of Amethyst Smoke #A184AC

Tints of Amethyst Smoke #A184AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.39%

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

R = 34.62%
G = 28.39%
B = 36.99%

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

#A184AC (or 0xA184AC) is known color: Amethyst Smoke. HEX triplet: A1, 84 and AC. RGB value is (161,132,172). Sum of RGB (Red+Green+Blue) = 161+132+172=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #A184AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A184AC is #5E7B53. Grayscale: #919191. Windows color (decimal): -6191956 or 11306145. OLE color: 11306145.

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

Color convert

RGB 161 132 172 -
CMYK 0.06 0.23 0 0.33
HSL 283.5º 0.19% 0.6% -
HSV(B) 283.5º 0.23% 0.67% -
XYZ 30.4 27.06 42.65 -
YUV 145.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 161 132 172 0.06 0.23 0 0.33 283.5 0.19 0.6
Hex A1 84 AC 6 17 0 21 11C 13 3C
Octal 241 204 254 6 27 0 41 434 23 74
Binary 10100001 10000100 10101100 110 10111 0 100001 100011100 10011 111100

Color Harmonies of #A184AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184AC

Black with #A184AC

Text Example


Text Example

White with #A184AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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