Html Css Color HEX #A19CA2 Amethyst Smoke

📋 copy color: '#A19CA2'

red 161 ◦ green 156 ◦ blue 162

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

Shades of Amethyst Smoke #A19CA2

Tints of Amethyst Smoke #A19CA2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.57%

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

R = 33.61%
G = 32.57%
B = 33.82%

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

#A19CA2 (or 0xA19CA2) is known color: Amethyst Smoke. HEX triplet: A1, 9C and A2. RGB value is (161,156,162). Sum of RGB (Red+Green+Blue) = 161+156+162=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 162 - color contains mainly: blue. Hex color #A19CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19CA2 is #5E635D. Grayscale: #9E9E9E. Windows color (decimal): -6185822 or 10656929. OLE color: 10656929.

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

Color convert

RGB 161 156 162 -
CMYK 0.01 0.04 0 0.36
HSL 290º 0.03% 0.62% -
HSV(B) 290º 0.04% 0.64% -
XYZ 33.11 33.96 38.99 -
YUV 158.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 161 156 162 0.01 0.04 0 0.36 290 0.03 0.62
Hex A1 9C A2 1 4 0 24 122 3 3E
Octal 241 234 242 1 4 0 44 442 3 76
Binary 10100001 10011100 10100010 1 100 0 100100 100100010 11 111110

Color Harmonies of #A19CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19CA2

Black with #A19CA2

Text Example


Text Example

White with #A19CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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