#A767E4

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

Shades of Amethyst #A767E4

Tints of Amethyst #A767E4

Color information

#A767E4 (or 0xA767E4) is unknown color: approx Amethyst. HEX triplet: A7, 67 and E4. RGB value is (167,103,228). Sum of RGB (Red+Green+Blue) = 167+103+228=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #A767E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767E4 is #58981B. Grayscale: #878787. Windows color (decimal): -5806108 or 14968743. OLE color: 14968743.

HSL color Cylindrical-coordinate representation of color #A767E4: hue angle of 270.72º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A767E4 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB167103228-
CMYK0.270.5500.11
HSL270.72º69.83%64.9%-
HSV(B)270.72º54.82%89.41%-
XYZ34.7923.5276.1-
YUV136.39179.7149.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 103 (40.62% from 255) = 20.68%
BLUE value IS 228 (89.45% from 255) = 45.78%
R=33.53%
G=20.68%
B=45.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1671032280.270.5500.11270.7269.8364.9
HexA767E41B370B10f4641
Octal2471473443367013417106101
Binary10100111110011111100100110111101110101110000111110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767E4; }

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

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

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

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

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

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

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

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