#A865DA

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

Shades of Amethyst #A865DA

Tints of Amethyst #A865DA

Color information

#A865DA (or 0xA865DA) is unknown color: approx Amethyst. HEX triplet: A8, 65 and DA. RGB value is (168,101,218). Sum of RGB (Red+Green+Blue) = 168+101+218=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #A865DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865DA is #579A25. Grayscale: #858585. Windows color (decimal): -5741094 or 14312872. OLE color: 14312872.

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

Color convert

RGB168101218-
CMYK0.230.5400.15
HSL274.36º61.26%62.55%-
HSV(B)274.36º53.67%85.49%-
XYZ33.4622.6968.95-
YUV134.37175.2151.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 101 (39.84% from 255) = 20.74%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=34.50%
G=20.74%
B=44.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681012180.230.5400.15274.3661.2662.55
HexA865DA17360F1123d3f
Octal25014533227660174227577
Binary101010001100101110110101011111011001111100010010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A865DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A865DA; }

 p { color: rgb(168,101,218); }

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

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

 a { background-color: rgb(168,101,218); }

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

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

 span { border-color: rgb(168,101,218); }

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