#AA6BDD

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

Shades of Amethyst #AA6BDD

Tints of Amethyst #AA6BDD

Color information

#AA6BDD (or 0xAA6BDD) is unknown color: approx Amethyst. HEX triplet: AA, 6B and DD. RGB value is (170,107,221). Sum of RGB (Red+Green+Blue) = 170+107+221=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA6BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BDD is #559422. Grayscale: #8A8A8A. Windows color (decimal): -5608483 or 14511018. OLE color: 14511018.

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

Color convert

RGB170107221-
CMYK0.230.5200.13
HSL273.16º62.64%64.31%-
HSV(B)273.16º51.58%86.67%-
XYZ34.8924.2871.25-
YUV138.83174.37150.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 107 (42.19% from 255) = 21.49%
BLUE value IS 221 (86.72% from 255) = 44.38%
R=34.14%
G=21.49%
B=44.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701072210.230.5200.13273.1662.6464.31
HexAA6BDD17340D1113f40
Octal252153335276401542177100
Binary1010101011010111101110110111110100011011000100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6BDD; }

 p { color: rgb(170,107,221); }

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

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

 a { background-color: rgb(170,107,221); }

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

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

 span { border-color: rgb(170,107,221); }

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