#AB6BF7

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

Shades of Medium Purple #AB6BF7

Tints of Medium Purple #AB6BF7

Color information

#AB6BF7 (or 0xAB6BF7) is unknown color: approx Medium Purple. HEX triplet: AB, 6B and F7. RGB value is (171,107,247). Sum of RGB (Red+Green+Blue) = 171+107+247=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 247 (96.88% from 255 or 47.05% from 525); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB6BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6BF7 is #549408. Grayscale: #8D8D8D. Windows color (decimal): -5542921 or 16214955. OLE color: 16214955.

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

Color convert

RGB171107247-
CMYK0.310.5700.03
HSL267.43º89.74%69.41%-
HSV(B)267.43º56.68%96.86%-
XYZ38.8425.8990.95-
YUV142.1187.2148.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 107 (42.19% from 255) = 20.38%
BLUE value IS 247 (96.88% from 255) = 47.05%
R=32.57%
G=20.38%
B=47.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711072470.310.5700.03267.4389.7469.41
HexAB6BF71F390310b5a45
Octal253153367377103413132105
Binary101010111101011111101111111111100101110000101110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6BF7; }

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

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

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

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

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

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

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

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