#AB7CF3

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

Shades of Medium Purple #AB7CF3

Tints of Medium Purple #AB7CF3

Color information

#AB7CF3 (or 0xAB7CF3) is unknown color: approx Medium Purple. HEX triplet: AB, 7C and F3. RGB value is (171,124,243). Sum of RGB (Red+Green+Blue) = 171+124+243=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB7CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7CF3 is #54830C. Grayscale: #979797. Windows color (decimal): -5538573 or 15957163. OLE color: 15957163.

HSL color Cylindrical-coordinate representation of color #AB7CF3: hue angle of 263.7º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB7CF3 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171124243-
CMYK0.300.4900.05
HSL263.7º83.22%71.96%-
HSV(B)263.7º48.97%95.29%-
XYZ40.1829.5488.38-
YUV151.62179.57141.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 124 (48.83% from 255) = 23.05%
BLUE value IS 243 (95.31% from 255) = 45.17%
R=31.78%
G=23.05%
B=45.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711242430.300.4900.05263.783.2271.96
HexAB7CF31E31051085348
Octal253174363366105410123110
Binary1010101111111001111001111110110001010110000100010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7CF3; }

 p { color: rgb(171,124,243); }

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

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

 a { background-color: rgb(171,124,243); }

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

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

 span { border-color: rgb(171,124,243); }

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