#A765E5

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

Shades of Amethyst #A765E5

Tints of Amethyst #A765E5

Color information

#A765E5 (or 0xA765E5) is unknown color: approx Amethyst. HEX triplet: A7, 65 and E5. RGB value is (167,101,229). Sum of RGB (Red+Green+Blue) = 167+101+229=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #A765E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765E5 is #589A1A. Grayscale: #868686. Windows color (decimal): -5806619 or 15033767. OLE color: 15033767.

HSL color Cylindrical-coordinate representation of color #A765E5: hue angle of 270.94º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A765E5 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB167101229-
CMYK0.270.5600.10
HSL270.94º71.11%64.71%-
HSV(B)270.94º55.9%89.8%-
XYZ34.7323.1876.77-
YUV135.33180.87150.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.60%
GREEN value IS 101 (39.84% from 255) = 20.32%
BLUE value IS 229 (89.84% from 255) = 46.08%
R=33.60%
G=20.32%
B=46.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1671012290.270.5600.10270.9471.1164.71
HexA765E51B380A10f4741
Octal2471453453370012417107101
Binary10100111110010111100101110111110000101010000111110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A765E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A765E5; }

 p { color: rgb(167,101,229); }

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

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

 a { background-color: rgb(167,101,229); }

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

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

 span { border-color: rgb(167,101,229); }

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