#A767C9

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

Shades of Amethyst #A767C9

Tints of Amethyst #A767C9

Color information

#A767C9 (or 0xA767C9) is unknown color: approx Amethyst. HEX triplet: A7, 67 and C9. RGB value is (167,103,201). Sum of RGB (Red+Green+Blue) = 167+103+201=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #A767C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767C9 is #589836. Grayscale: #848484. Windows color (decimal): -5806135 or 13199271. OLE color: 13199271.

HSL color Cylindrical-coordinate representation of color #A767C9: hue angle of 279.18º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A767C9 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167103201-
CMYK0.170.4900.21
HSL279.18º47.57%59.61%-
HSV(B)279.18º48.76%78.82%-
XYZ31.3322.1357.88-
YUV133.31166.2152.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 103 (40.62% from 255) = 21.87%
BLUE value IS 201 (78.91% from 255) = 42.68%
R=35.46%
G=21.87%
B=42.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671032010.170.4900.21279.1847.5759.61
HexA767C91131015117303c
Octal24714731121610254276074
Binary1010011111001111100100110001110001010101100010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767C9; }

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

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

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

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

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

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

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

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