Html Css Color HEX #A193A4 Amethyst Smoke

📋 copy color: '#A193A4'

red 161 ◦ green 147 ◦ blue 164

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

Shades of Amethyst Smoke #A193A4

Tints of Amethyst Smoke #A193A4

RGB

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

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

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

R = 34.11%
G = 31.14%
B = 34.75%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A193A4 (or 0xA193A4) is known color: Amethyst Smoke. HEX triplet: A1, 93 and A4. RGB value is (161,147,164). Sum of RGB (Red+Green+Blue) = 161+147+164=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 164 - color contains mainly: blue. Hex color #A193A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A193A4 is #5E6C5B. Grayscale: #999999. Windows color (decimal): -6188124 or 10785697. OLE color: 10785697.

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

Color convert

RGB 161 147 164 -
CMYK 0.02 0.10 0 0.36
HSL 289.41º 0.09% 0.61% -
HSV(B) 289.41º 0.1% 0.64% -
XYZ 31.83 31.12 39.45 -
YUV 153.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 161 147 164 0.02 0.10 0 0.36 289.41 0.09 0.61
Hex A1 93 A4 2 A 0 24 121 9 3D
Octal 241 223 244 2 12 0 44 441 11 75
Binary 10100001 10010011 10100100 10 1010 0 100100 100100001 1001 111101

Color Harmonies of #A193A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193A4

Black with #A193A4

Text Example


Text Example

White with #A193A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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