#A963DC

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

Shades of Amethyst #A963DC

Tints of Amethyst #A963DC

Color information

#A963DC (or 0xA963DC) is unknown color: approx Amethyst. HEX triplet: A9, 63 and DC. RGB value is (169,99,220). Sum of RGB (Red+Green+Blue) = 169+99+220=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #A963DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963DC is #569C23. Grayscale: #858585. Windows color (decimal): -5676068 or 14443433. OLE color: 14443433.

HSL color Cylindrical-coordinate representation of color #A963DC: hue angle of 274.71º 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 #A963DC is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16999220-
CMYK0.230.5500.14
HSL274.71º63.35%62.55%-
HSV(B)274.71º55%86.27%-
XYZ33.7422.5370.28-
YUV133.72176.69153.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 99 (39.06% from 255) = 20.29%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=34.63%
G=20.29%
B=45.08%

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
Decimal169992200.230.5500.14274.7163.3562.55
HexA963DC17370E1133f3f
Octal25114333427670164237777
Binary101010011100011110111001011111011101110100010011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A963DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A963DC; }

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

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

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

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

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

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

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

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