Html Css Color HEX #A19DA3 Amethyst Smoke

📋 copy color: '#A19DA3'

red 161 ◦ green 157 ◦ blue 163

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

Shades of Amethyst Smoke #A19DA3

Tints of Amethyst Smoke #A19DA3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.64%

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

R = 33.47%
G = 32.64%
B = 33.89%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A19DA3 (or 0xA19DA3) is known color: Amethyst Smoke. HEX triplet: A1, 9D and A3. RGB value is (161,157,163). Sum of RGB (Red+Green+Blue) = 161+157+163=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 163 - color contains mainly: blue. Hex color #A19DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19DA3 is #5E625C. Grayscale: #9E9E9E. Windows color (decimal): -6185565 or 10722721. OLE color: 10722721.

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

Color convert

RGB 161 157 163 -
CMYK 0.01 0.04 0 0.36
HSL 280º 0.03% 0.63% -
HSV(B) 280º 0.04% 0.64% -
XYZ 33.37 34.34 39.52 -
YUV 158.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 161 157 163 0.01 0.04 0 0.36 280 0.03 0.63
Hex A1 9D A3 1 4 0 24 118 3 3F
Octal 241 235 243 1 4 0 44 430 3 77
Binary 10100001 10011101 10100011 1 100 0 100100 100011000 11 111111

Color Harmonies of #A19DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19DA3

Black with #A19DA3

Text Example


Text Example

White with #A19DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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