#A352D8

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

Shades of Amethyst #A352D8

Tints of Amethyst #A352D8

Color information

#A352D8 (or 0xA352D8) is unknown color: approx Amethyst. HEX triplet: A3, 52 and D8. RGB value is (163,82,216). Sum of RGB (Red+Green+Blue) = 163+82+216=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #A352D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352D8 is #5CAD27. Grayscale: #797979. Windows color (decimal): -6073640 or 14176931. OLE color: 14176931.

HSL color Cylindrical-coordinate representation of color #A352D8: hue angle of 276.27º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A352D8 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16382216-
CMYK0.250.6200.15
HSL276.27º63.21%58.43%-
HSV(B)276.27º62.04%84.71%-
XYZ30.5218.7866.98-
YUV121.5181.34157.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 82 (32.42% from 255) = 17.79%
BLUE value IS 216 (84.77% from 255) = 46.85%
R=35.36%
G=17.79%
B=46.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal163822160.250.6200.15276.2763.2158.43
HexA352D8193E0F1143f3a
Octal24312233031760174247772
Binary101000111010010110110001100111111001111100010100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A352D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A352D8; }

 p { color: rgb(163,82,216); }

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

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

 a { background-color: rgb(163,82,216); }

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

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

 span { border-color: rgb(163,82,216); }

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