#A066CA

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

Shades of Amethyst #A066CA

Tints of Amethyst #A066CA

Color information

#A066CA (or 0xA066CA) is unknown color: approx Amethyst. HEX triplet: A0, 66 and CA. RGB value is (160,102,202). Sum of RGB (Red+Green+Blue) = 160+102+202=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #A066CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066CA is #5F9935. Grayscale: #828282. Windows color (decimal): -6265142 or 13264544. OLE color: 13264544.

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

Color convert

RGB160102202-
CMYK0.210.5000.21
HSL274.8º48.54%59.61%-
HSV(B)274.8º49.5%79.22%-
XYZ29.9121.2458.4-
YUV130.74168.22148.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 102 (40.23% from 255) = 21.98%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=34.48%
G=21.98%
B=43.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601022020.210.5000.21274.848.5459.61
HexA066CA1532015113313c
Octal24014631225620254236174
Binary1010000011001101100101010101110010010101100010011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A066CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A066CA; }

 p { color: rgb(160,102,202); }

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

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

 a { background-color: rgb(160,102,202); }

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

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

 span { border-color: rgb(160,102,202); }

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