#A863DC

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

Shades of Amethyst #A863DC

Tints of Amethyst #A863DC

Color information

#A863DC (or 0xA863DC) is unknown color: approx Amethyst. HEX triplet: A8, 63 and DC. RGB value is (168,99,220). Sum of RGB (Red+Green+Blue) = 168+99+220=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #A863DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863DC is #579C23. Grayscale: #858585. Windows color (decimal): -5741604 or 14443432. OLE color: 14443432.

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

Color convert

RGB16899220-
CMYK0.240.5500.14
HSL274.21º63.35%62.55%-
HSV(B)274.21º55%86.27%-
XYZ33.5322.4270.27-
YUV133.43176.86152.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 99 (39.06% from 255) = 20.33%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=34.50%
G=20.33%
B=45.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal168992200.240.5500.14274.2163.3562.55
HexA863DC18370E1123f3f
Octal25014333430670164227777
Binary101010001100011110111001100011011101110100010010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A863DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A863DC; }

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

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

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

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

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

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

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

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