#A765DF

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

Shades of Amethyst #A765DF

Tints of Amethyst #A765DF

Color information

#A765DF (or 0xA765DF) is unknown color: approx Amethyst. HEX triplet: A7, 65 and DF. RGB value is (167,101,223). Sum of RGB (Red+Green+Blue) = 167+101+223=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #A765DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765DF is #589A20. Grayscale: #868686. Windows color (decimal): -5806625 or 14640551. OLE color: 14640551.

HSL color Cylindrical-coordinate representation of color #A765DF: hue angle of 272.46º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A765DF is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167101223-
CMYK0.250.5500.13
HSL272.46º65.59%63.53%-
HSV(B)272.46º54.71%87.45%-
XYZ33.9122.8572.44-
YUV134.64177.87151.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.01%
GREEN value IS 101 (39.84% from 255) = 20.57%
BLUE value IS 223 (87.5% from 255) = 45.42%
R=34.01%
G=20.57%
B=45.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671012230.250.5500.13272.4665.5963.53
HexA765DF19370D1104240
Octal2471453373167015420102100
Binary10100111110010111011111110011101110110110001000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A765DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A765DF; }

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

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

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

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

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

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

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

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