#9482A3

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

Shades of Amethyst Smoke #9482A3

Tints of Amethyst Smoke #9482A3

Color information

#9482A3 (or 0x9482A3) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 82 and A3. RGB value is (148,130,163). Sum of RGB (Red+Green+Blue) = 148+130+163=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 163 - color contains mainly: blue. Hex color #9482A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9482A3 is #6B7D5C. Grayscale: #8B8B8B. Windows color (decimal): -7044445 or 10715796. OLE color: 10715796.

HSL color Cylindrical-coordinate representation of color #9482A3: hue angle of 272.73º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9482A3 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB148130163-
CMYK0.090.2000.36
HSL272.73º15.21%57.45%-
HSV(B)272.73º20.25%63.92%-
XYZ26.8124.9138.04-
YUV139.14141.46134.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 163 (64.06% from 255) = 36.96%
R=33.56%
G=29.48%
B=36.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481301630.090.2000.36272.7315.2157.45
Hex9482A3914024111f39
Octal22420224311240444211771
Binary10010100100000101010001110011010001001001000100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9482A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9482A3; }

 p { color: rgb(148,130,163); }

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

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

 a { background-color: rgb(148,130,163); }

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

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

 span { border-color: rgb(148,130,163); }

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