#A363CD

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

Shades of Amethyst #A363CD

Tints of Amethyst #A363CD

Color information

#A363CD (or 0xA363CD) is unknown color: approx Amethyst. HEX triplet: A3, 63 and CD. RGB value is (163,99,205). Sum of RGB (Red+Green+Blue) = 163+99+205=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #A363CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363CD is #5C9C32. Grayscale: #818181. Windows color (decimal): -6069299 or 13460387. OLE color: 13460387.

HSL color Cylindrical-coordinate representation of color #A363CD: hue angle of 276.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A363CD is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16399205-
CMYK0.200.5200.20
HSL276.23º51.46%59.61%-
HSV(B)276.23º51.71%80.39%-
XYZ30.5921.1260.22-
YUV130.22170.2151.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 99 (39.06% from 255) = 21.20%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=34.90%
G=21.20%
B=43.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163992050.200.5200.20276.2351.4659.61
HexA363CD1434014114333c
Octal24314331524640244246374
Binary1010001111000111100110110100110100010100100010100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A363CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A363CD; }

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

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

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

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

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

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

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

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