Html Css Color HEX #A492A9 Amethyst Smoke

📋 copy color: '#A492A9'

red 164 ◦ green 146 ◦ blue 169

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

Shades of Amethyst Smoke #A492A9

Tints of Amethyst Smoke #A492A9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.48%

 BLUE value IS 169 (66.41% from 255) = 35.28%

R = 34.24%
G = 30.48%
B = 35.28%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A492A9 (or 0xA492A9) is known color: Amethyst Smoke. HEX triplet: A4, 92 and A9. RGB value is (164,146,169). Sum of RGB (Red+Green+Blue) = 164+146+169=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 169 - color contains mainly: blue. Hex color #A492A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A492A9 is #5B6D56. Grayscale: #999999. Windows color (decimal): -5991767 or 11113124. OLE color: 11113124.

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

Color convert

RGB 164 146 169 -
CMYK 0.03 0.14 0 0.34
HSL 286.96º 0.12% 0.62% -
HSV(B) 286.96º 0.14% 0.66% -
XYZ 32.75 31.31 41.85 -
YUV 154 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 164 146 169 0.03 0.14 0 0.34 286.96 0.12 0.62
Hex A4 92 A9 3 E 0 22 11F C 3E
Octal 244 222 251 3 16 0 42 437 14 76
Binary 10100100 10010010 10101001 11 1110 0 100010 100011111 1100 111110

Color Harmonies of #A492A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492A9

Black with #A492A9

Text Example


Text Example

White with #A492A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492A9; }

 p { color: rgb(164,146,169); }

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

background-color css

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

 a { background-color: rgb(164,146,169); }

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

border-color css

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

 span { border-color: rgb(164,146,169); }

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