#A964DC

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

Shades of Amethyst #A964DC

Tints of Amethyst #A964DC

Color information

#A964DC (or 0xA964DC) is unknown color: approx Amethyst. HEX triplet: A9, 64 and DC. RGB value is (169,100,220). Sum of RGB (Red+Green+Blue) = 169+100+220=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #A964DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964DC is #569B23. Grayscale: #858585. Windows color (decimal): -5675812 or 14443689. OLE color: 14443689.

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

Color convert

RGB169100220-
CMYK0.230.5500.14
HSL274.5º63.16%62.75%-
HSV(B)274.5º54.55%86.27%-
XYZ33.8422.7270.31-
YUV134.31176.36152.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 100 (39.45% from 255) = 20.45%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=34.56%
G=20.45%
B=44.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691002200.230.5500.14274.563.1662.75
HexA964DC17370E1123f3f
Octal25114433427670164227777
Binary101010011100100110111001011111011101110100010010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A964DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A964DC; }

 p { color: rgb(169,100,220); }

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

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

 a { background-color: rgb(169,100,220); }

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

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

 span { border-color: rgb(169,100,220); }

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