#AB5FFA

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

Shades of Medium Purple #AB5FFA

Tints of Medium Purple #AB5FFA

Color information

#AB5FFA (or 0xAB5FFA) is unknown color: approx Medium Purple. HEX triplet: AB, 5F and FA. RGB value is (171,95,250). Sum of RGB (Red+Green+Blue) = 171+95+250=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB5FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5FFA is #54A005. Grayscale: #868686. Windows color (decimal): -5545990 or 16408491. OLE color: 16408491.

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

Color convert

RGB17195250-
CMYK0.320.6200.02
HSL269.42º93.94%67.65%-
HSV(B)269.42º62%98.04%-
XYZ38.1423.7493.02-
YUV135.39192.68153.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 95 (37.5% from 255) = 18.41%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=33.14%
G=18.41%
B=48.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171952500.320.6200.02269.4293.9467.65
HexAB5FFA203E0210d5e44
Octal253137372407602415136104
Binary1010101110111111111101010000011111001010000110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FFA; }

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

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

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

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

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

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

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

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