#a763d3

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

Shades of Amethyst #A763D3

Tints of Amethyst #A763D3

Color information

#A763D3 (or 0xA763D3) is unknown color: approx Amethyst. HEX triplet: A7, 63 and D3. RGB value is (167,99,211). Sum of RGB (Red+Green+Blue) = 167+99+211=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 211 - color contains mainly: blue. Hex color #A763D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763D3 is #589C2C. Grayscale: #838383. Windows color (decimal): -5807149 or 13853607. OLE color: 13853607.

HSL color Cylindrical-coordinate representation of color #A763D3: hue angle of 276.43º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A763D3 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16799211-
CMYK0.210.5300.17
HSL276.43º56%60.78%-
HSV(B)276.43º53.08%82.75%-
XYZ32.1621.8464.15-
YUV132.1172.53152.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.01%
GREEN value IS 99 (39.06% from 255) = 20.75%
BLUE value IS 211 (82.81% from 255) = 44.23%
R=35.01%
G=20.75%
B=44.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal167992110.210.5300.17276.435660.78
HexA763D31535011114383d
Octal24714332325650214247075
Binary1010011111000111101001110101110101010001100010100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a763d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a763d3; }

 p { color: rgb(167,99,211); }

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

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

 a { background-color: rgb(167,99,211); }

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

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

 span { border-color: rgb(167,99,211); }

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