#A060CC

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

Shades of Amethyst #A060CC

Tints of Amethyst #A060CC

Color information

#A060CC (or 0xA060CC) is unknown color: approx Amethyst. HEX triplet: A0, 60 and CC. RGB value is (160,96,204). Sum of RGB (Red+Green+Blue) = 160+96+204=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #A060CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060CC is #5F9F33. Grayscale: #7F7F7F. Windows color (decimal): -6266676 or 13394080. OLE color: 13394080.

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

Color convert

RGB16096204-
CMYK0.220.5300.2
HSL275.56º51.43%58.82%-
HSV(B)275.56º52.94%80%-
XYZ29.5820.259.47-
YUV127.45171.2151.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 96 (37.89% from 255) = 20.87%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=34.78%
G=20.87%
B=44.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal160962040.220.5300.2275.5651.4358.82
HexA060CC1635014114333b
Octal24014031426650244246373
Binary1010000011000001100110010110110101010100100010100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A060CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A060CC; }

 p { color: rgb(160,96,204); }

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

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

 a { background-color: rgb(160,96,204); }

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

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

 span { border-color: rgb(160,96,204); }

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