#A760DD

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

Shades of Amethyst #A760DD

Tints of Amethyst #A760DD

Color information

#A760DD (or 0xA760DD) is unknown color: approx Amethyst. HEX triplet: A7, 60 and DD. RGB value is (167,96,221). Sum of RGB (Red+Green+Blue) = 167+96+221=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #A760DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760DD is #589F22. Grayscale: #838383. Windows color (decimal): -5807907 or 14508199. OLE color: 14508199.

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

Color convert

RGB16796221-
CMYK0.240.5700.13
HSL274.08º64.77%62.16%-
HSV(B)274.08º56.56%86.67%-
XYZ33.1721.870.87-
YUV131.48178.52153.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 96 (37.89% from 255) = 19.83%
BLUE value IS 221 (86.72% from 255) = 45.66%
R=34.50%
G=19.83%
B=45.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal167962210.240.5700.13274.0864.7762.16
HexA760DD18390D112413e
Octal247140335307101542210176
Binary1010011111000001101110111000111001011011000100101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A760DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A760DD; }

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

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

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

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

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

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

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

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