#AA74CB

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

Shades of Amethyst #AA74CB

Tints of Amethyst #AA74CB

Color information

#AA74CB (or 0xAA74CB) is unknown color: approx Amethyst. HEX triplet: AA, 74 and CB. RGB value is (170,116,203). Sum of RGB (Red+Green+Blue) = 170+116+203=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA74CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74CB is #558B34. Grayscale: #8D8D8D. Windows color (decimal): -5606197 or 13333674. OLE color: 13333674.

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

Color convert

RGB170116203-
CMYK0.160.4300.20
HSL277.24º45.55%62.55%-
HSV(B)277.24º42.86%79.61%-
XYZ33.625.3559.62-
YUV142.06162.39147.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=34.76%
G=23.72%
B=41.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701162030.160.4300.20277.2445.5562.55
HexAA74CB102B0141152e3f
Octal25216431320530244255677
Binary1010101011101001100101110000101011010100100010101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA74CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA74CB; }

 p { color: rgb(170,116,203); }

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

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

 a { background-color: rgb(170,116,203); }

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

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

 span { border-color: rgb(170,116,203); }

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