#a35ee2

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

Shades of Amethyst #A35EE2

Tints of Amethyst #A35EE2

Color information

#A35EE2 (or 0xA35EE2) is unknown color: approx Amethyst. HEX triplet: A3, 5E and E2. RGB value is (163,94,226). Sum of RGB (Red+Green+Blue) = 163+94+226=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 226 (88.67% from 255 or 46.79% from 483); Max value from RGB is 226 - color contains mainly: blue. Hex color #A35EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35EE2 is #5CA11D. Grayscale: #818181. Windows color (decimal): -6070558 or 14835363. OLE color: 14835363.

HSL color Cylindrical-coordinate representation of color #A35EE2: hue angle of 271.36º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A35EE2 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16394226-
CMYK0.280.5800.11
HSL271.36º69.47%62.75%-
HSV(B)271.36º58.41%88.63%-
XYZ32.8321.2874.33-
YUV129.68182.36151.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.75%
GREEN value IS 94 (37.11% from 255) = 19.46%
BLUE value IS 226 (88.67% from 255) = 46.79%
R=33.75%
G=19.46%
B=46.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal163942260.280.5800.11271.3669.4762.75
HexA35EE21C3A0B10f453f
Octal243136342347201341710577
Binary1010001110111101110001011100111010010111000011111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35ee2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35ee2; }

 p { color: rgb(163,94,226); }

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

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

 a { background-color: rgb(163,94,226); }

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

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

 span { border-color: rgb(163,94,226); }

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