#AB6FCA

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

Shades of Amethyst #AB6FCA

Tints of Amethyst #AB6FCA

Color information

#AB6FCA (or 0xAB6FCA) is unknown color: approx Amethyst. HEX triplet: AB, 6F and CA. RGB value is (171,111,202). Sum of RGB (Red+Green+Blue) = 171+111+202=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB6FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FCA is #549035. Grayscale: #8B8B8B. Windows color (decimal): -5541942 or 13266859. OLE color: 13266859.

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

Color convert

RGB171111202-
CMYK0.150.4500.21
HSL279.56º46.19%61.37%-
HSV(B)279.56º45.05%79.22%-
XYZ33.1424.2958.82-
YUV139.31163.38150.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 111 (43.75% from 255) = 22.93%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=35.33%
G=22.93%
B=41.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711112020.150.4500.21279.5646.1961.37
HexAB6FCAF2D0151182e3d
Octal25315731217550254305675
Binary101010111101111110010101111101101010101100011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6FCA; }

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

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

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

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

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

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

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

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