#AB6CFC

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

Shades of Medium Purple #AB6CFC

Tints of Medium Purple #AB6CFC

Color information

#AB6CFC (or 0xAB6CFC) is unknown color: approx Medium Purple. HEX triplet: AB, 6C and FC. RGB value is (171,108,252). Sum of RGB (Red+Green+Blue) = 171+108+252=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB6CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6CFC is #549303. Grayscale: #8E8E8E. Windows color (decimal): -5542660 or 16542891. OLE color: 16542891.

HSL color Cylindrical-coordinate representation of color #AB6CFC: hue angle of 266.25º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB6CFC is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171108252-
CMYK0.320.5700.01
HSL266.25º96%70.59%-
HSV(B)266.25º57.14%98.82%-
XYZ39.7326.4195.1-
YUV143.25189.37147.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 108 (42.58% from 255) = 20.34%
BLUE value IS 252 (98.83% from 255) = 47.46%
R=32.20%
G=20.34%
B=47.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711082520.320.5700.01266.259670.59
HexAB6CFC20390110a6047
Octal253154374407101412140107
Binary101010111101100111111001000001110010110000101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6CFC; }

 p { color: rgb(171,108,252); }

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

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

 a { background-color: rgb(171,108,252); }

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

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

 span { border-color: rgb(171,108,252); }

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