#AA61DF

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

Shades of Amethyst #AA61DF

Tints of Amethyst #AA61DF

Color information

#AA61DF (or 0xAA61DF) is unknown color: approx Amethyst. HEX triplet: AA, 61 and DF. RGB value is (170,97,223). Sum of RGB (Red+Green+Blue) = 170+97+223=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA61DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61DF is #559E20. Grayscale: #848484. Windows color (decimal): -5611041 or 14639530. OLE color: 14639530.

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

Color convert

RGB17097223-
CMYK0.240.5700.13
HSL274.76º66.32%62.75%-
HSV(B)274.76º56.5%87.45%-
XYZ34.1722.4272.34-
YUV133.19178.68154.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 97 (38.28% from 255) = 19.80%
BLUE value IS 223 (87.5% from 255) = 45.51%
R=34.69%
G=19.80%
B=45.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170972230.240.5700.13274.7666.3262.75
HexAA61DF18390D113423f
Octal252141337307101542310277
Binary1010101011000011101111111000111001011011000100111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61DF; }

 p { color: rgb(170,97,223); }

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

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

 a { background-color: rgb(170,97,223); }

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

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

 span { border-color: rgb(170,97,223); }

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