#AA61DC

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

Shades of Amethyst #AA61DC

Tints of Amethyst #AA61DC

Color information

#AA61DC (or 0xAA61DC) is unknown color: approx Amethyst. HEX triplet: AA, 61 and DC. RGB value is (170,97,220). Sum of RGB (Red+Green+Blue) = 170+97+220=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA61DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61DC is #559E23. Grayscale: #848484. Windows color (decimal): -5611044 or 14442922. OLE color: 14442922.

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

Color convert

RGB17097220-
CMYK0.230.5600.14
HSL275.61º63.73%62.16%-
HSV(B)275.61º55.91%86.27%-
XYZ33.7722.2670.23-
YUV132.85177.18154.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 97 (38.28% from 255) = 19.92%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=34.91%
G=19.92%
B=45.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170972200.230.5600.14275.6163.7362.16
HexAA61DC17380E114403e
Octal252141334277001642410076
Binary1010101011000011101110010111111000011101000101001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61DC; }

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

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

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

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

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

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

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

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