Html Css Color HEX #A19DA4 Amethyst Smoke

📋 copy color: '#A19DA4'

red 161 ◦ green 157 ◦ blue 164

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

Shades of Amethyst Smoke #A19DA4

Tints of Amethyst Smoke #A19DA4

RGB

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

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

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

R = 33.4%
G = 32.57%
B = 34.02%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A19DA4 (or 0xA19DA4) is known color: Amethyst Smoke. HEX triplet: A1, 9D and A4. RGB value is (161,157,164). Sum of RGB (Red+Green+Blue) = 161+157+164=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 164 - color contains mainly: blue. Hex color #A19DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19DA4 is #5E625B. Grayscale: #9E9E9E. Windows color (decimal): -6185564 or 10788257. OLE color: 10788257.

HSL color Cylindrical-coordinate representation of color #A19DA4: hue angle of 274.29º degrees, saturation: 0.04, 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 #A19DA4 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 157 164 -
CMYK 0.02 0.04 0 0.36
HSL 274.29º 0.04% 0.63% -
HSV(B) 274.29º 0.04% 0.64% -
XYZ 33.46 34.37 39.99 -
YUV 158.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 161 157 164 0.02 0.04 0 0.36 274.29 0.04 0.63
Hex A1 9D A4 2 4 0 24 112 4 3F
Octal 241 235 244 2 4 0 44 422 4 77
Binary 10100001 10011101 10100100 10 100 0 100100 100010010 100 111111

Color Harmonies of #A19DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19DA4

Black with #A19DA4

Text Example


Text Example

White with #A19DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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