#AA6BDE

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

Shades of Amethyst #AA6BDE

Tints of Amethyst #AA6BDE

Color information

#AA6BDE (or 0xAA6BDE) is unknown color: approx Amethyst. HEX triplet: AA, 6B and DE. RGB value is (170,107,222). Sum of RGB (Red+Green+Blue) = 170+107+222=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA6BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BDE is #559421. Grayscale: #8A8A8A. Windows color (decimal): -5608482 or 14576554. OLE color: 14576554.

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

Color convert

RGB170107222-
CMYK0.230.5200.13
HSL272.87º63.54%64.51%-
HSV(B)272.87º51.8%87.06%-
XYZ35.0224.3471.96-
YUV138.95174.87150.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 107 (42.19% from 255) = 21.44%
BLUE value IS 222 (87.11% from 255) = 44.49%
R=34.07%
G=21.44%
B=44.49%

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
Decimal1701072220.230.5200.13272.8763.5464.51
HexAA6BDE17340D1114041
Octal2521533362764015421100101
Binary10101010110101111011110101111101000110110001000110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6BDE; }

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

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

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

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

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

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

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

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