#AA7CD4

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

Shades of Amethyst #AA7CD4

Tints of Amethyst #AA7CD4

Color information

#AA7CD4 (or 0xAA7CD4) is unknown color: approx Amethyst. HEX triplet: AA, 7C and D4. RGB value is (170,124,212). Sum of RGB (Red+Green+Blue) = 170+124+212=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA7CD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CD4 is #55832B. Grayscale: #939393. Windows color (decimal): -5604140 or 13925546. OLE color: 13925546.

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

Color convert

RGB170124212-
CMYK0.200.4200.17
HSL271.36º50.57%65.88%-
HSV(B)271.36º41.51%83.14%-
XYZ35.6727.7165.76-
YUV147.79164.24143.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 124 (48.83% from 255) = 24.51%
BLUE value IS 212 (83.20% from 255) = 41.90%
R=33.60%
G=24.51%
B=41.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1701242120.200.4200.17271.3650.5765.88
HexAA7CD4142A01110f3342
Octal252174324245202141763102
Binary10101010111110011010100101001010100100011000011111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CD4; }

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

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

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

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

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

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

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

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