#A350DC

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

Shades of Amethyst #A350DC

Tints of Amethyst #A350DC

Color information

#A350DC (or 0xA350DC) is unknown color: approx Amethyst. HEX triplet: A3, 50 and DC. RGB value is (163,80,220). Sum of RGB (Red+Green+Blue) = 163+80+220=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #A350DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350DC is #5CAF23. Grayscale: #787878. Windows color (decimal): -6074148 or 14438563. OLE color: 14438563.

HSL color Cylindrical-coordinate representation of color #A350DC: hue angle of 275.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A350DC is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16380220-
CMYK0.260.6400.14
HSL275.57º66.67%58.82%-
HSV(B)275.57º63.64%86.27%-
XYZ30.8918.6969.69-
YUV120.78184158.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 80 (31.64% from 255) = 17.28%
BLUE value IS 220 (86.33% from 255) = 47.52%
R=35.21%
G=17.28%
B=47.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal163802200.260.6400.14275.5766.6758.82
HexA350DC1A400E114433b
Octal2431203343210001642410373
Binary10100011101000011011100110101000000011101000101001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A350DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A350DC; }

 p { color: rgb(163,80,220); }

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

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

 a { background-color: rgb(163,80,220); }

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

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

 span { border-color: rgb(163,80,220); }

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