Html Css Color HEX #A19EA4 Amethyst Smoke

📋 copy color: '#A19EA4'

red 161 ◦ green 158 ◦ blue 164

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

Shades of Amethyst Smoke #A19EA4

Tints of Amethyst Smoke #A19EA4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.71%

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

R = 33.33%
G = 32.71%
B = 33.95%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A19EA4 (or 0xA19EA4) is known color: Amethyst Smoke. HEX triplet: A1, 9E and A4. RGB value is (161,158,164). Sum of RGB (Red+Green+Blue) = 161+158+164=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 164 - color contains mainly: blue. Hex color #A19EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19EA4 is #5E615B. Grayscale: #9F9F9F. Windows color (decimal): -6185308 or 10788513. OLE color: 10788513.

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

Color convert

RGB 161 158 164 -
CMYK 0.02 0.04 0 0.36
HSL 270º 0.03% 0.63% -
HSV(B) 270º 0.04% 0.64% -
XYZ 33.63 34.71 40.05 -
YUV 159.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 161 158 164 0.02 0.04 0 0.36 270 0.03 0.63
Hex A1 9E A4 2 4 0 24 10E 3 3F
Octal 241 236 244 2 4 0 44 416 3 77
Binary 10100001 10011110 10100100 10 100 0 100100 100001110 11 111111

Color Harmonies of #A19EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19EA4

Black with #A19EA4

Text Example


Text Example

White with #A19EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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