#A864DB

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

Shades of Amethyst #A864DB

Tints of Amethyst #A864DB

Color information

#A864DB (or 0xA864DB) is unknown color: approx Amethyst. HEX triplet: A8, 64 and DB. RGB value is (168,100,219). Sum of RGB (Red+Green+Blue) = 168+100+219=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #A864DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864DB is #579B24. Grayscale: #858585. Windows color (decimal): -5741349 or 14378152. OLE color: 14378152.

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

Color convert

RGB168100219-
CMYK0.230.5400.14
HSL274.29º62.3%62.55%-
HSV(B)274.29º54.34%85.88%-
XYZ33.4922.5569.61-
YUV133.9176.03152.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 100 (39.45% from 255) = 20.53%
BLUE value IS 219 (85.94% from 255) = 44.97%
R=34.50%
G=20.53%
B=44.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681002190.230.5400.14274.2962.362.55
HexA864DB17360E1123e3f
Octal25014433327660164227677
Binary101010001100100110110111011111011001110100010010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A864DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A864DB; }

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

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

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

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

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

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

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

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