Html Css Color HEX #A193A3 Amethyst Smoke

📋 copy color: '#A193A3'

red 161 ◦ green 147 ◦ blue 163

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

Shades of Amethyst Smoke #A193A3

Tints of Amethyst Smoke #A193A3

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.21%

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

R = 34.18%
G = 31.21%
B = 34.61%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A193A3 (or 0xA193A3) is known color: Amethyst Smoke. HEX triplet: A1, 93 and A3. RGB value is (161,147,163). Sum of RGB (Red+Green+Blue) = 161+147+163=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 163 - color contains mainly: blue. Hex color #A193A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A193A3 is #5E6C5C. Grayscale: #989898. Windows color (decimal): -6188125 or 10720161. OLE color: 10720161.

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

Color convert

RGB 161 147 163 -
CMYK 0.01 0.10 0 0.36
HSL 292.5º 0.08% 0.61% -
HSV(B) 292.5º 0.1% 0.64% -
XYZ 31.74 31.09 38.98 -
YUV 153.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 161 147 163 0.01 0.10 0 0.36 292.5 0.08 0.61
Hex A1 93 A3 1 A 0 24 124 8 3D
Octal 241 223 243 1 12 0 44 444 10 75
Binary 10100001 10010011 10100011 1 1010 0 100100 100100100 1000 111101

Color Harmonies of #A193A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193A3

Black with #A193A3

Text Example


Text Example

White with #A193A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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