#A661CC

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

Shades of Amethyst #A661CC

Tints of Amethyst #A661CC

Color information

#A661CC (or 0xA661CC) is unknown color: approx Amethyst. HEX triplet: A6, 61 and CC. RGB value is (166,97,204). Sum of RGB (Red+Green+Blue) = 166+97+204=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #A661CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661CC is #599E33. Grayscale: #818181. Windows color (decimal): -5873204 or 13394342. OLE color: 13394342.

HSL color Cylindrical-coordinate representation of color #A661CC: hue angle of 278.69º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A661CC is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16697204-
CMYK0.190.5200.2
HSL278.69º51.2%59.02%-
HSV(B)278.69º52.45%80%-
XYZ30.921.0259.55-
YUV129.83169.86153.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=35.55%
G=20.77%
B=43.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal166972040.190.5200.2278.6951.259.02
HexA661CC1334014117333b
Octal24614131423640244276373
Binary1010011011000011100110010011110100010100100010111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A661CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A661CC; }

 p { color: rgb(166,97,204); }

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

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

 a { background-color: rgb(166,97,204); }

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

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

 span { border-color: rgb(166,97,204); }

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