#A463DC

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

Shades of Amethyst #A463DC

Tints of Amethyst #A463DC

Color information

#A463DC (or 0xA463DC) is unknown color: approx Amethyst. HEX triplet: A4, 63 and DC. RGB value is (164,99,220). Sum of RGB (Red+Green+Blue) = 164+99+220=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #A463DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463DC is #5B9C23. Grayscale: #838383. Windows color (decimal): -6003748 or 14443428. OLE color: 14443428.

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

Color convert

RGB16499220-
CMYK0.250.5500.14
HSL272.23º63.35%62.55%-
HSV(B)272.23º55%86.27%-
XYZ32.6921.9870.23-
YUV132.23177.53150.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 99 (39.06% from 255) = 20.50%
BLUE value IS 220 (86.33% from 255) = 45.55%
R=33.95%
G=20.50%
B=45.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal164992200.250.5500.14272.2363.3562.55
HexA463DC19370E1103f3f
Octal24414333431670164207777
Binary101001001100011110111001100111011101110100010000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A463DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A463DC; }

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

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

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

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

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

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

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

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