#A461DD

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

Shades of Amethyst #A461DD

Tints of Amethyst #A461DD

Color information

#A461DD (or 0xA461DD) is unknown color: approx Amethyst. HEX triplet: A4, 61 and DD. RGB value is (164,97,221). Sum of RGB (Red+Green+Blue) = 164+97+221=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #A461DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461DD is #5B9E22. Grayscale: #828282. Windows color (decimal): -6004259 or 14508452. OLE color: 14508452.

HSL color Cylindrical-coordinate representation of color #A461DD: hue angle of 272.42º 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 #A461DD is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16497221-
CMYK0.260.5600.13
HSL272.42º64.58%62.35%-
HSV(B)272.42º56.11%86.67%-
XYZ32.6421.6670.87-
YUV131.17178.7151.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=34.02%
G=20.12%
B=45.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164972210.260.5600.13272.4264.5862.35
HexA461DD1A380D110413e
Octal244141335327001542010176
Binary1010010011000011101110111010111000011011000100001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A461DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A461DD; }

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

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

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

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

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

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

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

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