#AB68F7

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

Shades of Medium Purple #AB68F7

Tints of Medium Purple #AB68F7

Color information

#AB68F7 (or 0xAB68F7) is unknown color: approx Medium Purple. HEX triplet: AB, 68 and F7. RGB value is (171,104,247). Sum of RGB (Red+Green+Blue) = 171+104+247=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB68F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB68F7 is #549708. Grayscale: #8B8B8B. Windows color (decimal): -5543689 or 16214187. OLE color: 16214187.

HSL color Cylindrical-coordinate representation of color #AB68F7: hue angle of 268.11º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB68F7 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171104247-
CMYK0.310.5800.03
HSL268.11º89.94%68.82%-
HSV(B)268.11º57.89%96.86%-
XYZ38.5325.2790.84-
YUV140.33188.2149.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 104 (41.02% from 255) = 19.92%
BLUE value IS 247 (96.88% from 255) = 47.32%
R=32.76%
G=19.92%
B=47.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711042470.310.5800.03268.1189.9468.82
HexAB68F71F3A0310c5a45
Octal253150367377203414132105
Binary101010111101000111101111111111101001110000110010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB68F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB68F7; }

 p { color: rgb(171,104,247); }

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

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

 a { background-color: rgb(171,104,247); }

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

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

 span { border-color: rgb(171,104,247); }

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