#A760CC

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

Shades of Amethyst #A760CC

Tints of Amethyst #A760CC

Color information

#A760CC (or 0xA760CC) is unknown color: approx Amethyst. HEX triplet: A7, 60 and CC. RGB value is (167,96,204). Sum of RGB (Red+Green+Blue) = 167+96+204=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 96 (37.89% from 255 or 20.56% 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 #A760CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760CC is #589F33. Grayscale: #818181. Windows color (decimal): -5807924 or 13394087. OLE color: 13394087.

HSL color Cylindrical-coordinate representation of color #A760CC: hue angle of 279.44º 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 #A760CC is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16796204-
CMYK0.180.5300.2
HSL279.44º51.43%58.82%-
HSV(B)279.44º52.94%80%-
XYZ31.0220.9459.53-
YUV129.54170.02154.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.76%
GREEN value IS 96 (37.89% from 255) = 20.56%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=35.76%
G=20.56%
B=43.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal167962040.180.5300.2279.4451.4358.82
HexA760CC1235014117333b
Octal24714031422650244276373
Binary1010011111000001100110010010110101010100100010111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A760CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A760CC; }

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

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

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

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

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

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

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

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