#A960DB

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

Shades of Amethyst #A960DB

Tints of Amethyst #A960DB

Color information

#A960DB (or 0xA960DB) is unknown color: approx Amethyst. HEX triplet: A9, 60 and DB. RGB value is (169,96,219). Sum of RGB (Red+Green+Blue) = 169+96+219=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #A960DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960DB is #569F24. Grayscale: #838383. Windows color (decimal): -5676837 or 14377129. OLE color: 14377129.

HSL color Cylindrical-coordinate representation of color #A960DB: hue angle of 275.61º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A960DB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16996219-
CMYK0.230.5600.14
HSL275.61º63.08%61.76%-
HSV(B)275.61º56.16%85.88%-
XYZ33.3321.9269.49-
YUV131.85177.18154.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 96 (37.89% from 255) = 19.83%
BLUE value IS 219 (85.94% from 255) = 45.25%
R=34.92%
G=19.83%
B=45.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169962190.230.5600.14275.6163.0861.76
HexA960DB17380E1143f3e
Octal25114033327700164247776
Binary101010011100000110110111011111100001110100010100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A960DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A960DB; }

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

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

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

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

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

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

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

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