#A367D1

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

Shades of Amethyst #A367D1

Tints of Amethyst #A367D1

Color information

#A367D1 (or 0xA367D1) is unknown color: approx Amethyst. HEX triplet: A3, 67 and D1. RGB value is (163,103,209). Sum of RGB (Red+Green+Blue) = 163+103+209=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #A367D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367D1 is #5C982E. Grayscale: #848484. Windows color (decimal): -6068271 or 13723555. OLE color: 13723555.

HSL color Cylindrical-coordinate representation of color #A367D1: hue angle of 273.96º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A367D1 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB163103209-
CMYK0.220.5100.18
HSL273.96º53.54%61.18%-
HSV(B)273.96º50.72%81.96%-
XYZ31.4622.0962.93-
YUV133.02170.88149.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 103 (40.62% from 255) = 21.68%
BLUE value IS 209 (82.03% from 255) = 44%
R=34.32%
G=21.68%
B=44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631032090.220.5100.18273.9653.5461.18
HexA367D11633012112363d
Octal24314732126630224226675
Binary1010001111001111101000110110110011010010100010010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367D1; }

 p { color: rgb(163,103,209); }

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

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

 a { background-color: rgb(163,103,209); }

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

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

 span { border-color: rgb(163,103,209); }

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