#A35DE2

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

Shades of Amethyst #A35DE2

Tints of Amethyst #A35DE2

Color information

#A35DE2 (or 0xA35DE2) is unknown color: approx Amethyst. HEX triplet: A3, 5D and E2. RGB value is (163,93,226). Sum of RGB (Red+Green+Blue) = 163+93+226=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #A35DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DE2 is #5CA21D. Grayscale: #808080. Windows color (decimal): -6070814 or 14835107. OLE color: 14835107.

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

Color convert

RGB16393226-
CMYK0.280.5900.11
HSL271.58º69.63%62.55%-
HSV(B)271.58º58.85%88.63%-
XYZ32.7521.1174.3-
YUV129.09182.69152.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 93 (36.72% from 255) = 19.29%
BLUE value IS 226 (88.67% from 255) = 46.89%
R=33.82%
G=19.29%
B=46.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal163932260.280.5900.11271.5869.6362.55
HexA35DE21C3B0B110463f
Octal243135342347301342010677
Binary1010001110111011110001011100111011010111000100001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35DE2; }

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

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

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

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

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

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

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

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