#A768D1

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

Shades of Amethyst #A768D1

Tints of Amethyst #A768D1

Color information

#A768D1 (or 0xA768D1) is unknown color: approx Amethyst. HEX triplet: A7, 68 and D1. RGB value is (167,104,209). Sum of RGB (Red+Green+Blue) = 167+104+209=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #A768D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768D1 is #58972E. Grayscale: #868686. Windows color (decimal): -5805871 or 13723815. OLE color: 13723815.

HSL color Cylindrical-coordinate representation of color #A768D1: hue angle of 276º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A768D1 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167104209-
CMYK0.200.5000.18
HSL276º53.3%61.37%-
HSV(B)276º50.24%81.96%-
XYZ32.422.7263-
YUV134.81169.87150.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.79%
GREEN value IS 104 (41.02% from 255) = 21.67%
BLUE value IS 209 (82.03% from 255) = 43.54%
R=34.79%
G=21.67%
B=43.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671042090.200.5000.1827653.361.37
HexA768D11432012114353d
Octal24715032124620224246575
Binary1010011111010001101000110100110010010010100010100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A768D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A768D1; }

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

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

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

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

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

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

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

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