#AA61CE

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

Shades of Amethyst #AA61CE

Tints of Amethyst #AA61CE

Color information

#AA61CE (or 0xAA61CE) is unknown color: approx Amethyst. HEX triplet: AA, 61 and CE. RGB value is (170,97,206). Sum of RGB (Red+Green+Blue) = 170+97+206=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA61CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61CE is #559E31. Grayscale: #828282. Windows color (decimal): -5611058 or 13525418. OLE color: 13525418.

HSL color Cylindrical-coordinate representation of color #AA61CE: hue angle of 280.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA61CE is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17097206-
CMYK0.170.5300.19
HSL280.18º52.66%59.41%-
HSV(B)280.18º52.91%80.78%-
XYZ31.9921.5560.87-
YUV131.25170.18155.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 97 (38.28% from 255) = 20.51%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=35.94%
G=20.51%
B=43.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170972060.170.5300.19280.1852.6659.41
HexAA61CE1135013118353b
Octal25214131621650234306573
Binary1010101011000011100111010001110101010011100011000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61CE; }

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

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

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

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

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

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

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

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