Html Css Color HEX #A494A8 Amethyst Smoke

📋 copy color: '#A494A8'

red 164 ◦ green 148 ◦ blue 168

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

Shades of Amethyst Smoke #A494A8

Tints of Amethyst Smoke #A494A8

RGB

 RED value IS 164 (64.45% from 255) = 34.17%

 GREEN value IS 148 (58.2% from 255) = 30.83%

 BLUE value IS 168 (66.02% from 255) = 35%

R = 34.17%
G = 30.83%
B = 35%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A494A8 (or 0xA494A8) is known color: Amethyst Smoke. HEX triplet: A4, 94 and A8. RGB value is (164,148,168). Sum of RGB (Red+Green+Blue) = 164+148+168=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 168 - color contains mainly: blue. Hex color #A494A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A494A8 is #5B6B57. Grayscale: #9A9A9A. Windows color (decimal): -5991256 or 11048100. OLE color: 11048100.

HSL color Cylindrical-coordinate representation of color #A494A8: hue angle of 288º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A494A8 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 148 168 -
CMYK 0.02 0.12 0 0.34
HSL 288º 0.1% 0.62% -
HSV(B) 288º 0.12% 0.66% -
XYZ 32.97 31.9 41.47 -
YUV 155.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 164 148 168 0.02 0.12 0 0.34 288 0.1 0.62
Hex A4 94 A8 2 C 0 22 120 A 3E
Octal 244 224 250 2 14 0 42 440 12 76
Binary 10100100 10010100 10101000 10 1100 0 100010 100100000 1010 111110

Color Harmonies of #A494A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A494A8

Black with #A494A8

Text Example


Text Example

White with #A494A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A494A8; }

 p { color: rgb(164,148,168); }

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

background-color css

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

 a { background-color: rgb(164,148,168); }

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

border-color css

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

 span { border-color: rgb(164,148,168); }

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