#A765DD

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

Shades of Amethyst #A765DD

Tints of Amethyst #A765DD

Color information

#A765DD (or 0xA765DD) is unknown color: approx Amethyst. HEX triplet: A7, 65 and DD. RGB value is (167,101,221). Sum of RGB (Red+Green+Blue) = 167+101+221=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #A765DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765DD is #589A22. Grayscale: #868686. Windows color (decimal): -5806627 or 14509479. OLE color: 14509479.

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

Color convert

RGB167101221-
CMYK0.240.5400.13
HSL273º63.83%63.14%-
HSV(B)273º54.3%86.67%-
XYZ33.6422.7471.02-
YUV134.41176.87151.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 101 (39.84% from 255) = 20.65%
BLUE value IS 221 (86.72% from 255) = 45.19%
R=34.15%
G=20.65%
B=45.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671012210.240.5400.1327363.8363.14
HexA765DD18360D111403f
Octal247145335306601542110077
Binary1010011111001011101110111000110110011011000100011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A765DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A765DD; }

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

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

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

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

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

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

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

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