Html Css Color HEX #A184AA Amethyst Smoke

📋 copy color: '#A184AA'

red 161 ◦ green 132 ◦ blue 170

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

Shades of Amethyst Smoke #A184AA

Tints of Amethyst Smoke #A184AA

RGB

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

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

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

R = 34.77%
G = 28.51%
B = 36.72%

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

#A184AA (or 0xA184AA) is known color: Amethyst Smoke. HEX triplet: A1, 84 and AA. RGB value is (161,132,170). Sum of RGB (Red+Green+Blue) = 161+132+170=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #A184AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A184AA is #5E7B55. Grayscale: #909090. Windows color (decimal): -6191958 or 11175073. OLE color: 11175073.

HSL color Cylindrical-coordinate representation of color #A184AA: hue angle of 285.79º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A184AA is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 132 170 -
CMYK 0.05 0.22 0 0.33
HSL 285.79º 0.18% 0.59% -
HSV(B) 285.79º 0.22% 0.67% -
XYZ 30.2 26.98 41.65 -
YUV 145 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 161 132 170 0.05 0.22 0 0.33 285.79 0.18 0.59
Hex A1 84 AA 5 16 0 21 11E 12 3B
Octal 241 204 252 5 26 0 41 436 22 73
Binary 10100001 10000100 10101010 101 10110 0 100001 100011110 10010 111011

Color Harmonies of #A184AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184AA

Black with #A184AA

Text Example


Text Example

White with #A184AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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