#AA7CD7

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

Shades of Amethyst #AA7CD7

Tints of Amethyst #AA7CD7

Color information

#AA7CD7 (or 0xAA7CD7) is unknown color: approx Amethyst. HEX triplet: AA, 7C and D7. RGB value is (170,124,215). Sum of RGB (Red+Green+Blue) = 170+124+215=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA7CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CD7 is #558328. Grayscale: #939393. Windows color (decimal): -5604137 or 14122154. OLE color: 14122154.

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

Color convert

RGB170124215-
CMYK0.210.4200.16
HSL270.33º53.22%66.47%-
HSV(B)270.33º42.33%84.31%-
XYZ36.0527.8767.77-
YUV148.13165.74143.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 124 (48.83% from 255) = 24.36%
BLUE value IS 215 (84.38% from 255) = 42.24%
R=33.40%
G=24.36%
B=42.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701242150.210.4200.16270.3353.2266.47
HexAA7CD7152A01010e3542
Octal252174327255202041665102
Binary10101010111110011010111101011010100100001000011101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CD7; }

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

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

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

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

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

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

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

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