Html Css Color HEX #A19EA3 Amethyst Smoke

📋 copy color: '#A19EA3'

red 161 ◦ green 158 ◦ blue 163

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

Shades of Amethyst Smoke #A19EA3

Tints of Amethyst Smoke #A19EA3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

 BLUE value IS 163 (64.06% from 255) = 33.82%

R = 33.4%
G = 32.78%
B = 33.82%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A19EA3 (or 0xA19EA3) is known color: Amethyst Smoke. HEX triplet: A1, 9E and A3. RGB value is (161,158,163). Sum of RGB (Red+Green+Blue) = 161+158+163=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 163 - color contains mainly: blue. Hex color #A19EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19EA3 is #5E615C. Grayscale: #9F9F9F. Windows color (decimal): -6185309 or 10722977. OLE color: 10722977.

HSL color Cylindrical-coordinate representation of color #A19EA3: hue angle of 276º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A19EA3 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 158 163 -
CMYK 0.01 0.03 0 0.36
HSL 276º 0.03% 0.63% -
HSV(B) 276º 0.03% 0.64% -
XYZ 33.54 34.68 39.58 -
YUV 159.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 161 158 163 0.01 0.03 0 0.36 276 0.03 0.63
Hex A1 9E A3 1 3 0 24 114 3 3F
Octal 241 236 243 1 3 0 44 424 3 77
Binary 10100001 10011110 10100011 1 11 0 100100 100010100 11 111111

Color Harmonies of #A19EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19EA3

Black with #A19EA3

Text Example


Text Example

White with #A19EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19EA3; }

 p { color: rgb(161,158,163); }

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

background-color css

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

 a { background-color: rgb(161,158,163); }

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

border-color css

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

 span { border-color: rgb(161,158,163); }

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