#A864CD

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

Shades of Amethyst #A864CD

Tints of Amethyst #A864CD

Color information

#A864CD (or 0xA864CD) is unknown color: approx Amethyst. HEX triplet: A8, 64 and CD. RGB value is (168,100,205). Sum of RGB (Red+Green+Blue) = 168+100+205=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #A864CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864CD is #579B32. Grayscale: #838383. Windows color (decimal): -5741363 or 13460648. OLE color: 13460648.

HSL color Cylindrical-coordinate representation of color #A864CD: hue angle of 278.86º 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 #A864CD is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168100205-
CMYK0.180.5100.20
HSL278.86º51.22%59.8%-
HSV(B)278.86º51.22%80.39%-
XYZ31.7321.8560.3-
YUV132.3169.03153.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 100 (39.45% from 255) = 21.14%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=35.52%
G=21.14%
B=43.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681002050.180.5100.20278.8651.2259.8
HexA864CD1233014117333c
Octal25014431522630244276374
Binary1010100011001001100110110010110011010100100010111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A864CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A864CD; }

 p { color: rgb(168,100,205); }

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

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

 a { background-color: rgb(168,100,205); }

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

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

 span { border-color: rgb(168,100,205); }

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