Html Css Color HEX #A19FA2 Amethyst Smoke

📋 copy color: '#A19FA2'

red 161 ◦ green 159 ◦ blue 162

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

Shades of Amethyst Smoke #A19FA2

Tints of Amethyst Smoke #A19FA2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.99%

 BLUE value IS 162 (63.67% from 255) = 33.61%

R = 33.4%
G = 32.99%
B = 33.61%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A19FA2 (or 0xA19FA2) is known color: Amethyst Smoke. HEX triplet: A1, 9F and A2. RGB value is (161,159,162). Sum of RGB (Red+Green+Blue) = 161+159+162=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 162 - color contains mainly: blue. Hex color #A19FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19FA2 is #5E605D. Grayscale: #9F9F9F. Windows color (decimal): -6185054 or 10657697. OLE color: 10657697.

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

Color convert

RGB 161 159 162 -
CMYK 0.01 0.02 0 0.36
HSL 280º 0.02% 0.63% -
HSV(B) 280º 0.02% 0.64% -
XYZ 33.62 34.98 39.16 -
YUV 159.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 161 159 162 0.01 0.02 0 0.36 280 0.02 0.63
Hex A1 9F A2 1 2 0 24 118 2 3F
Octal 241 237 242 1 2 0 44 430 2 77
Binary 10100001 10011111 10100010 1 10 0 100100 100011000 10 111111

Color Harmonies of #A19FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19FA2

Black with #A19FA2

Text Example


Text Example

White with #A19FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19FA2; }

 p { color: rgb(161,159,162); }

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

background-color css

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

 a { background-color: rgb(161,159,162); }

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

border-color css

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

 span { border-color: rgb(161,159,162); }

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