#A768D4

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

Shades of Amethyst #A768D4

Tints of Amethyst #A768D4

Color information

#A768D4 (or 0xA768D4) is unknown color: approx Amethyst. HEX triplet: A7, 68 and D4. RGB value is (167,104,212). Sum of RGB (Red+Green+Blue) = 167+104+212=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #A768D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768D4 is #58972B. Grayscale: #868686. Windows color (decimal): -5805868 or 13920423. OLE color: 13920423.

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

Color convert

RGB167104212-
CMYK0.210.5100.17
HSL275º55.67%61.96%-
HSV(B)275º50.94%83.14%-
XYZ32.7722.8764.97-
YUV135.15171.37150.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.58%
GREEN value IS 104 (41.02% from 255) = 21.53%
BLUE value IS 212 (83.20% from 255) = 43.89%
R=34.58%
G=21.53%
B=43.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1671042120.210.5100.1727555.6761.96
HexA768D41533011113383e
Octal24715032425630214237076
Binary1010011111010001101010010101110011010001100010011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A768D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A768D4; }

 p { color: rgb(167,104,212); }

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

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

 a { background-color: rgb(167,104,212); }

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

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

 span { border-color: rgb(167,104,212); }

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