#A551FC

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

Shades of Medium Purple #A551FC

Tints of Medium Purple #A551FC

Color information

#A551FC (or 0xA551FC) is unknown color: approx Medium Purple. HEX triplet: A5, 51 and FC. RGB value is (165,81,252). Sum of RGB (Red+Green+Blue) = 165+81+252=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #A551FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A551FC is #5AAE03. Grayscale: #7D7D7D. Windows color (decimal): -5942788 or 16535973. OLE color: 16535973.

HSL color Cylindrical-coordinate representation of color #A551FC: hue angle of 269.47º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A551FC is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16581252-
CMYK0.350.6800.01
HSL269.47º96.61%65.29%-
HSV(B)269.47º67.86%98.82%-
XYZ36.0320.9194.23-
YUV125.61199.33156.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 81 (32.03% from 255) = 16.27%
BLUE value IS 252 (98.83% from 255) = 50.60%
R=33.13%
G=16.27%
B=50.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal165812520.350.6800.01269.4796.6165.29
HexA551FC23440110d6141
Octal2451213744310401415141101
Binary1010010110100011111110010001110001000110000110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A551FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A551FC; }

 p { color: rgb(165,81,252); }

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

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

 a { background-color: rgb(165,81,252); }

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

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

 span { border-color: rgb(165,81,252); }

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