#A363DB

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

Shades of Amethyst #A363DB

Tints of Amethyst #A363DB

Color information

#A363DB (or 0xA363DB) is unknown color: approx Amethyst. HEX triplet: A3, 63 and DB. RGB value is (163,99,219). Sum of RGB (Red+Green+Blue) = 163+99+219=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #A363DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363DB is #5C9C24. Grayscale: #838383. Windows color (decimal): -6069285 or 14377891. OLE color: 14377891.

HSL color Cylindrical-coordinate representation of color #A363DB: hue angle of 272º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A363DB is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16399219-
CMYK0.260.5500.14
HSL272º62.5%62.35%-
HSV(B)272º54.79%85.88%-
XYZ32.3521.8269.53-
YUV131.82177.2150.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 219 (85.94% from 255) = 45.53%
R=33.89%
G=20.58%
B=45.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal163992190.260.5500.1427262.562.35
HexA363DB1A370E1103e3e
Octal24314333332670164207676
Binary101000111100011110110111101011011101110100010000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A363DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A363DB; }

 p { color: rgb(163,99,219); }

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

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

 a { background-color: rgb(163,99,219); }

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

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

 span { border-color: rgb(163,99,219); }

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