#AB61D9

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

Shades of Amethyst #AB61D9

Tints of Amethyst #AB61D9

Color information

#AB61D9 (or 0xAB61D9) is unknown color: approx Amethyst. HEX triplet: AB, 61 and D9. RGB value is (171,97,217). Sum of RGB (Red+Green+Blue) = 171+97+217=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB61D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61D9 is #549E26. Grayscale: #848484. Windows color (decimal): -5545511 or 14246315. OLE color: 14246315.

HSL color Cylindrical-coordinate representation of color #AB61D9: hue angle of 277º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB61D9 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17197217-
CMYK0.210.5500.15
HSL277º61.22%61.57%-
HSV(B)277º55.3%85.1%-
XYZ33.5922.2268.16-
YUV132.81175.52155.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 217 (85.16% from 255) = 44.74%
R=35.26%
G=20%
B=44.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171972170.210.5500.1527761.2261.57
HexAB61D915370F1153d3e
Octal25314133125670174257576
Binary101010111100001110110011010111011101111100010101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61D9; }

 p { color: rgb(171,97,217); }

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

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

 a { background-color: rgb(171,97,217); }

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

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

 span { border-color: rgb(171,97,217); }

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