#AA71CB

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

Shades of Amethyst #AA71CB

Tints of Amethyst #AA71CB

Color information

#AA71CB (or 0xAA71CB) is unknown color: approx Amethyst. HEX triplet: AA, 71 and CB. RGB value is (170,113,203). Sum of RGB (Red+Green+Blue) = 170+113+203=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA71CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71CB is #558E34. Grayscale: #8C8C8C. Windows color (decimal): -5606965 or 13332906. OLE color: 13332906.

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

Color convert

RGB170113203-
CMYK0.160.4400.20
HSL278º46.39%61.96%-
HSV(B)278º44.33%79.61%-
XYZ33.2624.6759.51-
YUV140.3163.38149.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 113 (44.53% from 255) = 23.25%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=34.98%
G=23.25%
B=41.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701132030.160.4400.2027846.3961.96
HexAA71CB102C0141162e3e
Octal25216131320540244265676
Binary1010101011100011100101110000101100010100100010110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71CB; }

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

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

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

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

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

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

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

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