Html Css Color HEX #A189A4 Amethyst Smoke

📋 copy color: '#A189A4'

red 161 ◦ green 137 ◦ blue 164

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

Shades of Amethyst Smoke #A189A4

Tints of Amethyst Smoke #A189A4

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.65%

 BLUE value IS 164 (64.45% from 255) = 35.5%

R = 34.85%
G = 29.65%
B = 35.5%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A189A4 (or 0xA189A4) is known color: Amethyst Smoke. HEX triplet: A1, 89 and A4. RGB value is (161,137,164). Sum of RGB (Red+Green+Blue) = 161+137+164=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 164 - color contains mainly: blue. Hex color #A189A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A189A4 is #5E765B. Grayscale: #939393. Windows color (decimal): -6190684 or 10783137. OLE color: 10783137.

HSL color Cylindrical-coordinate representation of color #A189A4: hue angle of 293.33º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A189A4 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 137 164 -
CMYK 0.02 0.16 0 0.36
HSL 293.33º 0.13% 0.59% -
HSV(B) 293.33º 0.16% 0.64% -
XYZ 30.34 28.15 38.96 -
YUV 147.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 161 137 164 0.02 0.16 0 0.36 293.33 0.13 0.59
Hex A1 89 A4 2 10 0 24 125 D 3B
Octal 241 211 244 2 20 0 44 445 15 73
Binary 10100001 10001001 10100100 10 10000 0 100100 100100101 1101 111011

Color Harmonies of #A189A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A189A4

Black with #A189A4

Text Example


Text Example

White with #A189A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A189A4; }

 p { color: rgb(161,137,164); }

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

background-color css

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

 a { background-color: rgb(161,137,164); }

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

border-color css

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

 span { border-color: rgb(161,137,164); }

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