#AA77CD

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

Shades of Amethyst #AA77CD

Tints of Amethyst #AA77CD

Color information

#AA77CD (or 0xAA77CD) is unknown color: approx Amethyst. HEX triplet: AA, 77 and CD. RGB value is (170,119,205). Sum of RGB (Red+Green+Blue) = 170+119+205=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA77CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77CD is #558832. Grayscale: #8F8F8F. Windows color (decimal): -5605427 or 13465514. OLE color: 13465514.

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

Color convert

RGB170119205-
CMYK0.170.4200.20
HSL275.58º46.24%63.53%-
HSV(B)275.58º41.95%80.39%-
XYZ34.1926.1561-
YUV144.05162.4146.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 119 (46.88% from 255) = 24.09%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=34.41%
G=24.09%
B=41.50%

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
Decimal1701192050.170.4200.20275.5846.2463.53
HexAA77CD112A0141142e40
Octal252167315215202442456100
Binary10101010111011111001101100011010100101001000101001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA77CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA77CD; }

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

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

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

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

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

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

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

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