#AB6FF6

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

Shades of Medium Purple #AB6FF6

Tints of Medium Purple #AB6FF6

Color information

#AB6FF6 (or 0xAB6FF6) is unknown color: approx Medium Purple. HEX triplet: AB, 6F and F6. RGB value is (171,111,246). Sum of RGB (Red+Green+Blue) = 171+111+246=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB6FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6FF6 is #549009. Grayscale: #8F8F8F. Windows color (decimal): -5541898 or 16150443. OLE color: 16150443.

HSL color Cylindrical-coordinate representation of color #AB6FF6: hue angle of 266.67º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB6FF6 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171111246-
CMYK0.300.5500.04
HSL266.67º88.24%70%-
HSV(B)266.67º54.88%96.47%-
XYZ39.1126.6890.28-
YUV144.33185.38147.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 111 (43.75% from 255) = 21.02%
BLUE value IS 246 (96.48% from 255) = 46.59%
R=32.39%
G=21.02%
B=46.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711112460.300.5500.04266.6788.2470
HexAB6FF61E370410b5846
Octal253157366366704413130106
Binary1010101111011111111011011110110111010010000101110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6FF6; }

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

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

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

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

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

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

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

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