#A165DD

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

Shades of Amethyst #A165DD

Tints of Amethyst #A165DD

Color information

#A165DD (or 0xA165DD) is unknown color: approx Amethyst. HEX triplet: A1, 65 and DD. RGB value is (161,101,221). Sum of RGB (Red+Green+Blue) = 161+101+221=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #A165DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165DD is #5E9A22. Grayscale: #848484. Windows color (decimal): -6199843 or 14509473. OLE color: 14509473.

HSL color Cylindrical-coordinate representation of color #A165DD: hue angle of 270º 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 #A165DD is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161101221-
CMYK0.270.5400.13
HSL270º63.83%63.14%-
HSV(B)270º54.3%86.67%-
XYZ32.422.170.97-
YUV132.62177.88148.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.33%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=33.33%
G=20.91%
B=45.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611012210.270.5400.1327063.8363.14
HexA165DD1B360D10e403f
Octal241145335336601541610077
Binary1010000111001011101110111011110110011011000011101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A165DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A165DD; }

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

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

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

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

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

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

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

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