#AA76CD

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

Shades of Amethyst #AA76CD

Tints of Amethyst #AA76CD

Color information

#AA76CD (or 0xAA76CD) is unknown color: approx Amethyst. HEX triplet: AA, 76 and CD. RGB value is (170,118,205). Sum of RGB (Red+Green+Blue) = 170+118+205=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA76CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76CD is #558932. Grayscale: #8F8F8F. Windows color (decimal): -5605683 or 13465258. OLE color: 13465258.

HSL color Cylindrical-coordinate representation of color #AA76CD: hue angle of 275.86º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA76CD is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170118205-
CMYK0.170.4200.20
HSL275.86º46.52%63.33%-
HSV(B)275.86º42.44%80.39%-
XYZ34.0825.9160.96-
YUV143.47162.73146.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 118 (46.48% from 255) = 23.94%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=34.48%
G=23.94%
B=41.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701182050.170.4200.20275.8646.5263.33
HexAA76CD112A0141142f3f
Octal25216631521520244245777
Binary1010101011101101100110110001101010010100100010100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA76CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA76CD; }

 p { color: rgb(170,118,205); }

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

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

 a { background-color: rgb(170,118,205); }

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

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

 span { border-color: rgb(170,118,205); }

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