#AB83FA

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

Shades of Medium Purple #AB83FA

Tints of Medium Purple #AB83FA

Color information

#AB83FA (or 0xAB83FA) is unknown color: approx Medium Purple. HEX triplet: AB, 83 and FA. RGB value is (171,131,250). Sum of RGB (Red+Green+Blue) = 171+131+250=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB83FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB83FA is #547C05. Grayscale: #9C9C9C. Windows color (decimal): -5536774 or 16417707. OLE color: 16417707.

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

Color convert

RGB171131250-
CMYK0.320.4800.02
HSL260.17º92.25%74.71%-
HSV(B)260.17º47.6%98.04%-
XYZ42.1731.7994.36-
YUV156.53180.75138.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.98%
GREEN value IS 131 (51.56% from 255) = 23.73%
BLUE value IS 250 (98.05% from 255) = 45.29%
R=30.98%
G=23.73%
B=45.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711312500.320.4800.02260.1792.2574.71
HexAB83FA2030021045c4b
Octal253203372406002404134113
Binary10101011100000111111101010000011000001010000010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB83FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB83FA; }

 p { color: rgb(171,131,250); }

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

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

 a { background-color: rgb(171,131,250); }

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

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

 span { border-color: rgb(171,131,250); }

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