#AB6AD5

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

Shades of Amethyst #AB6AD5

Tints of Amethyst #AB6AD5

Color information

#AB6AD5 (or 0xAB6AD5) is unknown color: approx Amethyst. HEX triplet: AB, 6A and D5. RGB value is (171,106,213). Sum of RGB (Red+Green+Blue) = 171+106+213=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB6AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6AD5 is #54952A. Grayscale: #898989. Windows color (decimal): -5543211 or 13986475. OLE color: 13986475.

HSL color Cylindrical-coordinate representation of color #AB6AD5: hue angle of 276.45º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6AD5 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171106213-
CMYK0.200.5000.16
HSL276.45º56.02%62.55%-
HSV(B)276.45º50.23%83.53%-
XYZ33.9623.7765.75-
YUV137.63170.53151.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 106 (41.80% from 255) = 21.63%
BLUE value IS 213 (83.59% from 255) = 43.47%
R=34.90%
G=21.63%
B=43.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711062130.200.5000.16276.4556.0262.55
HexAB6AD51432010114383f
Octal25315232524620204247077
Binary1010101111010101101010110100110010010000100010100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6AD5; }

 p { color: rgb(171,106,213); }

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

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

 a { background-color: rgb(171,106,213); }

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

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

 span { border-color: rgb(171,106,213); }

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