#A561DD

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

Shades of Amethyst #A561DD

Tints of Amethyst #A561DD

Color information

#A561DD (or 0xA561DD) is unknown color: approx Amethyst. HEX triplet: A5, 61 and DD. RGB value is (165,97,221). Sum of RGB (Red+Green+Blue) = 165+97+221=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #A561DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A561DD is #5A9E22. Grayscale: #838383. Windows color (decimal): -5938723 or 14508453. OLE color: 14508453.

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

Color convert

RGB16597221-
CMYK0.250.5600.13
HSL272.9º64.58%62.35%-
HSV(B)272.9º56.11%86.67%-
XYZ32.8421.7770.88-
YUV131.47178.53151.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=34.16%
G=20.08%
B=45.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal165972210.250.5600.13272.964.5862.35
HexA561DD19380D111413e
Octal245141335317001542110176
Binary1010010111000011101110111001111000011011000100011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A561DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A561DD; }

 p { color: rgb(165,97,221); }

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

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

 a { background-color: rgb(165,97,221); }

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

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

 span { border-color: rgb(165,97,221); }

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