#A377D5

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

Shades of Amethyst #A377D5

Tints of Amethyst #A377D5

Color information

#A377D5 (or 0xA377D5) is unknown color: approx Amethyst. HEX triplet: A3, 77 and D5. RGB value is (163,119,213). Sum of RGB (Red+Green+Blue) = 163+119+213=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #A377D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377D5 is #5C882A. Grayscale: #8E8E8E. Windows color (decimal): -6064171 or 13989795. OLE color: 13989795.

HSL color Cylindrical-coordinate representation of color #A377D5: hue angle of 268.09º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A377D5 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163119213-
CMYK0.230.4400.16
HSL268.09º52.81%65.1%-
HSV(B)268.09º44.13%83.53%-
XYZ33.7125.7866.15-
YUV142.87167.58142.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.93%
GREEN value IS 119 (46.88% from 255) = 24.04%
BLUE value IS 213 (83.59% from 255) = 43.03%
R=32.93%
G=24.04%
B=43.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631192130.230.4400.16268.0952.8165.1
HexA377D5172C01010c3541
Octal243167325275402041465101
Binary10100011111011111010101101111011000100001000011001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377D5; }

 p { color: rgb(163,119,213); }

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

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

 a { background-color: rgb(163,119,213); }

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

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

 span { border-color: rgb(163,119,213); }

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