#A767D1

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

Shades of Amethyst #A767D1

Tints of Amethyst #A767D1

Color information

#A767D1 (or 0xA767D1) is unknown color: approx Amethyst. HEX triplet: A7, 67 and D1. RGB value is (167,103,209). Sum of RGB (Red+Green+Blue) = 167+103+209=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #A767D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767D1 is #58982E. Grayscale: #858585. Windows color (decimal): -5806127 or 13723559. OLE color: 13723559.

HSL color Cylindrical-coordinate representation of color #A767D1: hue angle of 276.23º 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 #A767D1 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167103209-
CMYK0.200.5100.18
HSL276.23º53.54%61.18%-
HSV(B)276.23º50.72%81.96%-
XYZ32.322.5262.97-
YUV134.22170.2151.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.86%
GREEN value IS 103 (40.62% from 255) = 21.50%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=34.86%
G=21.50%
B=43.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671032090.200.5100.18276.2353.5461.18
HexA767D11433012114363d
Octal24714732124630224246675
Binary1010011111001111101000110100110011010010100010100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767D1; }

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

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

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

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

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

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

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

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