#AA6BD7

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

Shades of Amethyst #AA6BD7

Tints of Amethyst #AA6BD7

Color information

#AA6BD7 (or 0xAA6BD7) is unknown color: approx Amethyst. HEX triplet: AA, 6B and D7. RGB value is (170,107,215). Sum of RGB (Red+Green+Blue) = 170+107+215=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA6BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BD7 is #559428. Grayscale: #898989. Windows color (decimal): -5608489 or 14117802. OLE color: 14117802.

HSL color Cylindrical-coordinate representation of color #AA6BD7: hue angle of 275º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6BD7 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170107215-
CMYK0.210.5000.16
HSL275º57.45%63.14%-
HSV(B)275º50.23%84.31%-
XYZ34.123.9767.12-
YUV138.15171.37150.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 107 (42.19% from 255) = 21.75%
BLUE value IS 215 (84.38% from 255) = 43.70%
R=34.55%
G=21.75%
B=43.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701072150.210.5000.1627557.4563.14
HexAA6BD71532010113393f
Octal25215332725620204237177
Binary1010101011010111101011110101110010010000100010011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6BD7; }

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

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

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

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

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

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

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

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