#A35AD9

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

Shades of Amethyst #A35AD9

Tints of Amethyst #A35AD9

Color information

#A35AD9 (or 0xA35AD9) is unknown color: approx Amethyst. HEX triplet: A3, 5A and D9. RGB value is (163,90,217). Sum of RGB (Red+Green+Blue) = 163+90+217=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #A35AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35AD9 is #5CA526. Grayscale: #7D7D7D. Windows color (decimal): -6071591 or 14244515. OLE color: 14244515.

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

Color convert

RGB16390217-
CMYK0.250.5900.15
HSL274.49º62.56%60.2%-
HSV(B)274.49º58.53%85.1%-
XYZ31.2820.1167.88-
YUV126.3179.18154.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 90 (35.55% from 255) = 19.15%
BLUE value IS 217 (85.16% from 255) = 46.17%
R=34.68%
G=19.15%
B=46.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal163902170.250.5900.15274.4962.5660.2
HexA35AD9193B0F1123f3c
Octal24313233131730174227774
Binary101000111011010110110011100111101101111100010010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35AD9; }

 p { color: rgb(163,90,217); }

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

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

 a { background-color: rgb(163,90,217); }

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

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

 span { border-color: rgb(163,90,217); }

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