#a768c9

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

Shades of Amethyst #A768C9

Tints of Amethyst #A768C9

Color information

#A768C9 (or 0xA768C9) is unknown color: approx Amethyst. HEX triplet: A7, 68 and C9. RGB value is (167,104,201). Sum of RGB (Red+Green+Blue) = 167+104+201=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #A768C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768C9 is #589736. Grayscale: #858585. Windows color (decimal): -5805879 or 13199527. OLE color: 13199527.

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

Color convert

RGB167104201-
CMYK0.170.4800.21
HSL278.97º47.32%59.8%-
HSV(B)278.97º48.26%78.82%-
XYZ31.4322.3357.91-
YUV133.89165.87151.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 104 (41.02% from 255) = 22.03%
BLUE value IS 201 (78.91% from 255) = 42.58%
R=35.38%
G=22.03%
B=42.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671042010.170.4800.21278.9747.3259.8
HexA768C911300151172f3c
Octal24715031121600254275774
Binary1010011111010001100100110001110000010101100010111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a768c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a768c9; }

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

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

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

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

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

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

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

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