#A165FC

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

Shades of Medium Purple #A165FC

Tints of Medium Purple #A165FC

Color information

#A165FC (or 0xA165FC) is unknown color: approx Medium Purple. HEX triplet: A1, 65 and FC. RGB value is (161,101,252). Sum of RGB (Red+Green+Blue) = 161+101+252=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #A165FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A165FC is #5E9A03. Grayscale: #878787. Windows color (decimal): -6199812 or 16541089. OLE color: 16541089.

HSL color Cylindrical-coordinate representation of color #A165FC: hue angle of 263.84º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A165FC is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161101252-
CMYK0.360.6000.01
HSL263.84º96.18%69.22%-
HSV(B)263.84º59.92%98.82%-
XYZ36.9223.9194.77-
YUV136.15193.38145.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 101 (39.84% from 255) = 19.65%
BLUE value IS 252 (98.83% from 255) = 49.03%
R=31.32%
G=19.65%
B=49.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611012520.360.6000.01263.8496.1869.22
HexA165FC243C011086045
Octal241145374447401410140105
Binary101000011100101111111001001001111000110000100011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A165FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A165FC; }

 p { color: rgb(161,101,252); }

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

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

 a { background-color: rgb(161,101,252); }

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

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

 span { border-color: rgb(161,101,252); }

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