#A960D4

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

Shades of Amethyst #A960D4

Tints of Amethyst #A960D4

Color information

#A960D4 (or 0xA960D4) is unknown color: approx Amethyst. HEX triplet: A9, 60 and D4. RGB value is (169,96,212). Sum of RGB (Red+Green+Blue) = 169+96+212=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #A960D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960D4 is #569F2B. Grayscale: #828282. Windows color (decimal): -5676844 or 13918377. OLE color: 13918377.

HSL color Cylindrical-coordinate representation of color #A960D4: hue angle of 277.76º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A960D4 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16996212-
CMYK0.200.5500.17
HSL277.76º57.43%60.39%-
HSV(B)277.76º54.72%83.14%-
XYZ32.4321.5564.74-
YUV131.05173.68155.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 212 (83.20% from 255) = 44.44%
R=35.43%
G=20.13%
B=44.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal169962120.200.5500.17277.7657.4360.39
HexA960D41437011116393c
Octal25114032424670214267174
Binary1010100111000001101010010100110111010001100010110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A960D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A960D4; }

 p { color: rgb(169,96,212); }

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

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

 a { background-color: rgb(169,96,212); }

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

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

 span { border-color: rgb(169,96,212); }

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