#A362DE

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

Shades of Amethyst #A362DE

Tints of Amethyst #A362DE

Color information

#A362DE (or 0xA362DE) is unknown color: approx Amethyst. HEX triplet: A3, 62 and DE. RGB value is (163,98,222). Sum of RGB (Red+Green+Blue) = 163+98+222=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #A362DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362DE is #5C9D21. Grayscale: #838383. Windows color (decimal): -6069538 or 14574243. OLE color: 14574243.

HSL color Cylindrical-coordinate representation of color #A362DE: hue angle of 271.45º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A362DE is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16398222-
CMYK0.270.5600.13
HSL271.45º65.26%62.75%-
HSV(B)271.45º55.86%87.06%-
XYZ32.6621.871.59-
YUV131.57179.03150.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.75%
GREEN value IS 98 (38.67% from 255) = 20.29%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=33.75%
G=20.29%
B=45.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163982220.270.5600.13271.4565.2662.75
HexA362DE1B380D10f413f
Octal243142336337001541710177
Binary1010001111000101101111011011111000011011000011111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A362DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A362DE; }

 p { color: rgb(163,98,222); }

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

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

 a { background-color: rgb(163,98,222); }

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

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

 span { border-color: rgb(163,98,222); }

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