#AA61CD

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

Shades of Amethyst #AA61CD

Tints of Amethyst #AA61CD

Color information

#AA61CD (or 0xAA61CD) is unknown color: approx Amethyst. HEX triplet: AA, 61 and CD. RGB value is (170,97,205). Sum of RGB (Red+Green+Blue) = 170+97+205=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA61CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61CD is #559E32. Grayscale: #828282. Windows color (decimal): -5611059 or 13459882. OLE color: 13459882.

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

Color convert

RGB17097205-
CMYK0.170.5300.20
HSL280.56º51.92%59.22%-
HSV(B)280.56º52.68%80.39%-
XYZ31.8721.560.23-
YUV131.14169.68155.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=36.02%
G=20.55%
B=43.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170972050.170.5300.20280.5651.9259.22
HexAA61CD1135014119343b
Octal25214131521650244316473
Binary1010101011000011100110110001110101010100100011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61CD; }

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

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

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

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

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

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

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

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