#A865DD

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

Shades of Amethyst #A865DD

Tints of Amethyst #A865DD

Color information

#A865DD (or 0xA865DD) is unknown color: approx Amethyst. HEX triplet: A8, 65 and DD. RGB value is (168,101,221). Sum of RGB (Red+Green+Blue) = 168+101+221=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #A865DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865DD is #579A22. Grayscale: #868686. Windows color (decimal): -5741091 or 14509480. OLE color: 14509480.

HSL color Cylindrical-coordinate representation of color #A865DD: hue angle of 273.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A865DD is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168101221-
CMYK0.240.5400.13
HSL273.5º63.83%63.14%-
HSV(B)273.5º54.3%86.67%-
XYZ33.8522.8571.03-
YUV134.71176.7151.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.29%
GREEN value IS 101 (39.84% from 255) = 20.61%
BLUE value IS 221 (86.72% from 255) = 45.10%
R=34.29%
G=20.61%
B=45.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681012210.240.5400.13273.563.8363.14
HexA865DD18360D112403f
Octal250145335306601542210077
Binary1010100011001011101110111000110110011011000100101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A865DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A865DD; }

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

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

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

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

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

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

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

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