#AA7BD8

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

Shades of Amethyst #AA7BD8

Tints of Amethyst #AA7BD8

Color information

#AA7BD8 (or 0xAA7BD8) is unknown color: approx Amethyst. HEX triplet: AA, 7B and D8. RGB value is (170,123,216). Sum of RGB (Red+Green+Blue) = 170+123+216=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA7BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BD8 is #558427. Grayscale: #939393. Windows color (decimal): -5604392 or 14187434. OLE color: 14187434.

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

Color convert

RGB170123216-
CMYK0.210.4300.15
HSL270.32º54.39%66.47%-
HSV(B)270.32º43.06%84.71%-
XYZ36.0627.6768.41-
YUV147.66166.57143.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 123 (48.44% from 255) = 24.17%
BLUE value IS 216 (84.77% from 255) = 42.44%
R=33.40%
G=24.17%
B=42.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701232160.210.4300.15270.3254.3966.47
HexAA7BD8152B0F10e3642
Octal252173330255301741666102
Binary1010101011110111101100010101101011011111000011101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7BD8; }

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

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

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

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

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

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

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

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