#A365CD

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

Shades of Amethyst #A365CD

Tints of Amethyst #A365CD

Color information

#A365CD (or 0xA365CD) is unknown color: approx Amethyst. HEX triplet: A3, 65 and CD. RGB value is (163,101,205). Sum of RGB (Red+Green+Blue) = 163+101+205=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #A365CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365CD is #5C9A32. Grayscale: #838383. Windows color (decimal): -6068787 or 13460899. OLE color: 13460899.

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

Color convert

RGB163101205-
CMYK0.200.5100.20
HSL275.77º50.98%60%-
HSV(B)275.77º50.73%80.39%-
XYZ30.7821.560.29-
YUV131.39169.54150.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 101 (39.84% from 255) = 21.54%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=34.75%
G=21.54%
B=43.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631012050.200.5100.20275.7750.9860
HexA365CD1433014114333c
Octal24314531524630244246374
Binary1010001111001011100110110100110011010100100010100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A365CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A365CD; }

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

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

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

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

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

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

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

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