#A298A4

Color #A298A4 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #A298A4

Tints of Amethyst Smoke #A298A4

Color information

#A298A4 (or 0xA298A4) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 98 and A4. RGB value is (162,152,164). Sum of RGB (Red+Green+Blue) = 162+152+164=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 164 - color contains mainly: blue. Hex color #A298A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A298A4 is #5D675B. Grayscale: #9C9C9C. Windows color (decimal): -6121308 or 10786978. OLE color: 10786978.

HSL color Cylindrical-coordinate representation of color #A298A4: hue angle of 290º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A298A4 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB162152164-
CMYK0.010.0700.36
HSL290º6.19%61.96%-
HSV(B)290º7.32%64.31%-
XYZ32.8332.8239.73-
YUV156.36132.31132.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=33.89%
G=31.80%
B=34.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621521640.010.0700.362906.1961.96
HexA298A41702412263e
Octal24223024417044442676
Binary10100010100110001010010011110100100100100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298A4; }

 p { color: rgb(162,152,164); }

 H1.HeaderClassName
 {
   color: #A298A4;
 }
 .AnyTagClassName
 {
   color: #A298A4;
 }
</style>
background-color css

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

 a { background-color: rgb(162,152,164); }

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

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

 span { border-color: rgb(162,152,164); }

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