#AB6FC5

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

Shades of Amethyst #AB6FC5

Tints of Amethyst #AB6FC5

Color information

#AB6FC5 (or 0xAB6FC5) is unknown color: approx Amethyst. HEX triplet: AB, 6F and C5. RGB value is (171,111,197). Sum of RGB (Red+Green+Blue) = 171+111+197=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB6FC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FC5 is #54903A. Grayscale: #8A8A8A. Windows color (decimal): -5541947 or 12939179. OLE color: 12939179.

HSL color Cylindrical-coordinate representation of color #AB6FC5: hue angle of 281.86º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6FC5 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171111197-
CMYK0.130.4400.23
HSL281.86º42.57%60.39%-
HSV(B)281.86º43.65%77.25%-
XYZ32.5624.0655.75-
YUV138.74160.88151.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 111 (43.75% from 255) = 23.17%
BLUE value IS 197 (77.34% from 255) = 41.13%
R=35.70%
G=23.17%
B=41.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711111970.130.4400.23281.8642.5760.39
HexAB6FC5D2C01711a2b3c
Octal25315730515540274325374
Binary101010111101111110001011101101100010111100011010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6FC5; }

 p { color: rgb(171,111,197); }

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

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

 a { background-color: rgb(171,111,197); }

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

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

 span { border-color: rgb(171,111,197); }

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