#AA7BD6

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

Shades of Amethyst #AA7BD6

Tints of Amethyst #AA7BD6

Color information

#AA7BD6 (or 0xAA7BD6) is unknown color: approx Amethyst. HEX triplet: AA, 7B and D6. RGB value is (170,123,214). Sum of RGB (Red+Green+Blue) = 170+123+214=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA7BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BD6 is #558429. Grayscale: #939393. Windows color (decimal): -5604394 or 14056362. OLE color: 14056362.

HSL color Cylindrical-coordinate representation of color #AA7BD6: hue angle of 270.99º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7BD6 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170123214-
CMYK0.210.4300.16
HSL270.99º52.6%66.08%-
HSV(B)270.99º42.52%83.92%-
XYZ35.827.5767.05-
YUV147.43165.57144.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 123 (48.44% from 255) = 24.26%
BLUE value IS 214 (83.98% from 255) = 42.21%
R=33.53%
G=24.26%
B=42.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701232140.210.4300.16270.9952.666.08
HexAA7BD6152B01010f3542
Octal252173326255302041765102
Binary10101010111101111010110101011010110100001000011111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7BD6; }

 p { color: rgb(170,123,214); }

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

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

 a { background-color: rgb(170,123,214); }

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

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

 span { border-color: rgb(170,123,214); }

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