#AB6CFB

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

Shades of Medium Purple #AB6CFB

Tints of Medium Purple #AB6CFB

Color information

#AB6CFB (or 0xAB6CFB) is unknown color: approx Medium Purple. HEX triplet: AB, 6C and FB. RGB value is (171,108,251). Sum of RGB (Red+Green+Blue) = 171+108+251=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB6CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6CFB is #549304. Grayscale: #8E8E8E. Windows color (decimal): -5542661 or 16477355. OLE color: 16477355.

HSL color Cylindrical-coordinate representation of color #AB6CFB: hue angle of 266.43º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB6CFB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171108251-
CMYK0.320.5700.02
HSL266.43º94.7%70.39%-
HSV(B)266.43º56.97%98.43%-
XYZ39.5726.3594.27-
YUV143.14188.87147.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 108 (42.58% from 255) = 20.38%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=32.26%
G=20.38%
B=47.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711082510.320.5700.02266.4394.770.39
HexAB6CFB20390210a5f46
Octal253154373407102412137106
Binary1010101111011001111101110000011100101010000101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6CFB; }

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

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

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

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

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

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

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

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