#AA6ACA

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

Shades of Amethyst #AA6ACA

Tints of Amethyst #AA6ACA

Color information

#AA6ACA (or 0xAA6ACA) is unknown color: approx Amethyst. HEX triplet: AA, 6A and CA. RGB value is (170,106,202). Sum of RGB (Red+Green+Blue) = 170+106+202=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA6ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ACA is #559535. Grayscale: #878787. Windows color (decimal): -5608758 or 13265578. OLE color: 13265578.

HSL color Cylindrical-coordinate representation of color #AA6ACA: hue angle of 280º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6ACA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170106202-
CMYK0.160.4800.21
HSL280º47.52%60.39%-
HSV(B)280º47.52%79.22%-
XYZ32.3923.1258.63-
YUV136.08165.2152.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 106 (41.80% from 255) = 22.18%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=35.56%
G=22.18%
B=42.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701062020.160.4800.2128047.5260.39
HexAA6ACA1030015118303c
Octal25215231220600254306074
Binary1010101011010101100101010000110000010101100011000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6ACA; }

 p { color: rgb(170,106,202); }

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

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

 a { background-color: rgb(170,106,202); }

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

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

 span { border-color: rgb(170,106,202); }

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