Html Css Color HEX #A199A3 Amethyst Smoke

📋 copy color: '#A199A3'

red 161 ◦ green 153 ◦ blue 163

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

Shades of Amethyst Smoke #A199A3

Tints of Amethyst Smoke #A199A3

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.08%

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

R = 33.75%
G = 32.08%
B = 34.17%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A199A3 (or 0xA199A3) is known color: Amethyst Smoke. HEX triplet: A1, 99 and A3. RGB value is (161,153,163). Sum of RGB (Red+Green+Blue) = 161+153+163=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 163 - color contains mainly: blue. Hex color #A199A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A199A3 is #5E665C. Grayscale: #9C9C9C. Windows color (decimal): -6186589 or 10721697. OLE color: 10721697.

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

Color convert

RGB 161 153 163 -
CMYK 0.01 0.06 0 0.36
HSL 288º 0.05% 0.62% -
HSV(B) 288º 0.06% 0.64% -
XYZ 32.7 33 39.3 -
YUV 156.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 161 153 163 0.01 0.06 0 0.36 288 0.05 0.62
Hex A1 99 A3 1 6 0 24 120 5 3E
Octal 241 231 243 1 6 0 44 440 5 76
Binary 10100001 10011001 10100011 1 110 0 100100 100100000 101 111110

Color Harmonies of #A199A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199A3

Black with #A199A3

Text Example


Text Example

White with #A199A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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