#A66FCA

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

Shades of Amethyst #A66FCA

Tints of Amethyst #A66FCA

Color information

#A66FCA (or 0xA66FCA) is unknown color: approx Amethyst. HEX triplet: A6, 6F and CA. RGB value is (166,111,202). Sum of RGB (Red+Green+Blue) = 166+111+202=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #A66FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FCA is #599035. Grayscale: #898989. Windows color (decimal): -5869622 or 13266854. OLE color: 13266854.

HSL color Cylindrical-coordinate representation of color #A66FCA: hue angle of 276.26º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A66FCA is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166111202-
CMYK0.180.4500.21
HSL276.26º46.19%61.37%-
HSV(B)276.26º45.05%79.22%-
XYZ32.0723.7458.77-
YUV137.82164.22148.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 111 (43.75% from 255) = 23.17%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=34.66%
G=23.17%
B=42.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661112020.180.4500.21276.2646.1961.37
HexA66FCA122D0151142e3d
Octal24615731222550254245675
Binary1010011011011111100101010010101101010101100010100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66FCA; }

 p { color: rgb(166,111,202); }

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

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

 a { background-color: rgb(166,111,202); }

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

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

 span { border-color: rgb(166,111,202); }

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