#AB6BD5

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

Shades of Amethyst #AB6BD5

Tints of Amethyst #AB6BD5

Color information

#AB6BD5 (or 0xAB6BD5) is unknown color: approx Amethyst. HEX triplet: AB, 6B and D5. RGB value is (171,107,213). Sum of RGB (Red+Green+Blue) = 171+107+213=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB6BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BD5 is #54942A. Grayscale: #898989. Windows color (decimal): -5542955 or 13986731. OLE color: 13986731.

HSL color Cylindrical-coordinate representation of color #AB6BD5: hue angle of 276.23º 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 #AB6BD5 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171107213-
CMYK0.200.5000.16
HSL276.23º55.79%62.75%-
HSV(B)276.23º49.77%83.53%-
XYZ34.0623.9865.78-
YUV138.22170.2151.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 107 (42.19% from 255) = 21.79%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=34.83%
G=21.79%
B=43.38%

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
Decimal1711072130.200.5000.16276.2355.7962.75
HexAB6BD51432010114383f
Octal25315332524620204247077
Binary1010101111010111101010110100110010010000100010100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6BD5; }

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

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

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

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

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

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

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

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