#A360D2

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

Shades of Amethyst #A360D2

Tints of Amethyst #A360D2

Color information

#A360D2 (or 0xA360D2) is unknown color: approx Amethyst. HEX triplet: A3, 60 and D2. RGB value is (163,96,210). Sum of RGB (Red+Green+Blue) = 163+96+210=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #A360D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360D2 is #5C9F2D. Grayscale: #808080. Windows color (decimal): -6070062 or 13787299. OLE color: 13787299.

HSL color Cylindrical-coordinate representation of color #A360D2: hue angle of 275.26º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A360D2 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16396210-
CMYK0.220.5400.18
HSL275.26º55.88%60%-
HSV(B)275.26º54.29%82.35%-
XYZ30.9220.8163.36-
YUV129.03173.7152.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 210 (82.42% from 255) = 44.78%
R=34.75%
G=20.47%
B=44.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163962100.220.5400.18275.2655.8860
HexA360D21636012113383c
Octal24314032226660224237074
Binary1010001111000001101001010110110110010010100010011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A360D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A360D2; }

 p { color: rgb(163,96,210); }

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

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

 a { background-color: rgb(163,96,210); }

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

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

 span { border-color: rgb(163,96,210); }

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